Displaying 20 results from an estimated 200 matches similar to: "BUILTINUILTIN32_dlopen"
2002 Mar 03
1
AD3000Edit and Runtime error 216
Hello
I have since about 2 weeks a problem with programm AD3000Edit from
Wolfgang Litzinger.
It is a verry simple programm without using of windoze registry.
This was the first app which I have run succsefully with Wine for
over 2 Years without any probs.
App write:
Runtime eroor 216 at 00002DE8
err:font:AddFontFileToList Unable to load font file
2001 Mar 09
5
wine-20010305 rpms at my download site
Hi!
I have build an rpm package of wine-20010305 (mainly for SuSE, but I
think it'll work on other distris). It's available at:
http://www.mahowi.de/download/
Bye,
Manfred
--
/"\ | PGP-Key available at Public Key Servers
\ / ASCII ribbon campaign | or at "http://www.mahowi.de/"
X against HTML mail | RSA: 0xC05BC0F5 * DSS: 0x4613B5CA
2001 Nov 19
1
Crash when pressing OK/Cancel in User Preferences - Lotus Notes RNext
Wine version: 20011108
CVS update run this morning
Ran the following commands
make uninstall
make clean
/tools/wineinstall
Lotus Notes RNext running OK with latest CVS (I was having problems where
buttons would not work), however if I go into User Preferences, and then
click on either the OK or Cancel button, a crash occurs producing the
following in the debugger....
WineDbg starting...
2001 Mar 17
2
Drive Y
Hi
I don't want that Windoze programms write to my {HOME} directory
(Drive Y).
I find better a separate directory like {HOME}/.wine/cfg.windoze for
.ini, cfg, .log, and other files.
It looks better without these files in my home directory. Now it is
crammed and not clear.
Is there a possibility to make this? With a option in
{HOME}/.wine/config perhaps?
Thanks much
--
MfG / With
2001 Apr 10
2
Probblem with oleaut32.dll
Hallo
I have a big Problem with oleaut32.dll.
Allways i got the Messages:
"Unimplemented Function oleaut32.OleLoadPictureEx called at address
xy Do you wish to debug it?"
I have tryed to link with
ln -s /windows/D/Windows/System/oleaut32.dll
~/.wine/fake_windows/Windows/System/oleaut32.dll
but no success is there.
I have linking all VB6lib and ocx.
Programms, which don't
2001 Dec 20
2
Size of journal and resize
Hello
I have some large Partiton at 2 GB, 4 GB, 7 GB, 13 GB, 25 GB. How
big I need the journal for its?
Could I resize ext3fs with resize2fs, ext2resize-1.17 (with
ext2prepare, ext2online), parted-1.4.21 Tools?
The Partititons Magic 5.0 I can't use with ext3 only with ext2.
--
MfG / With best Regards
Rusmir Duško
Registered Linux user: #130654 http://counter.li.org
2002 Feb 09
2
Language not supported
Hello
I use in /etc/X11/XF86Config XkBLayout "sr"
and have defined in KDE Srbija, srpski, ISO 8859-2
And allways got the messages:
fixme:string:GetLocaleInfoA 'IDEFAULTMACCODEPAGE' is not defined
for your language (081A).
Please define it in dlls/kernel/nls/YourLanguage.nls
and submit patch for inclusion into the next Wine release.
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout
2002 Feb 28
0
failed to load .so lib for builtin user32.dll
Hi,
I'm trying to get Half-Life to run under Linux with wine, which is allegedly
possible... I'm running debian unstable and don't have a windows partition.
I installed wine from cvs from cvs.winehq.com:/home/wine, and ran the
./tools/wineinstall script, following the instructions on the howto here:
http://lhl.linuxgames.com/howto/half-life-HOWTO-0.4.1.html
I get to the part
2001 Dec 27
2
Visible /.journal
Hello
On root Partition is .journal visible . On all other
Partitions is invisible. At which way I can move it manually to a
hiden inode?
I have delete with
chattr -i /.journal
rm -f /.journal
and installed ext3 with
tune2fs -j /dev/hdb1
And /.journal is again visible!
--
MfG / With best Regards
Rusmir Duško
Registered Linux user: #130654 http://counter.li.org
2001 Feb 01
6
hello, I need some help for using wine
hello,
i have this problem :
[y.moya@yves y.moya]$ cd /mnt/cdrom
[y.moya@yves cdrom]$ ls
3Dfx SETUP.EXE _setup.dll autorun.pak hlinst.dll
setup.bmp
DATA.TAG SETUP.INI _sys1.cab data1.cab lang.dat
setup.ins
DIRECTX Worldcraft _user1.cab dsetup.dll layout.bin
setup.lid
Localize.cab _INST32I.EX_ autorun.exe dsetup16.dll os.dat
sierra.inf
2002 Feb 08
1
Wine don't work
Hello
All version after cvs Wine version 24.12.2001 Wine don't work on
my PC.
All versions before are good.
I got error message if I start a Windoze Programm.
err:module:BUILTIN32_dlopen failed to load .so lib for builtin
x11drv.dll: undefined symbol: XF86VidModeSetGammaRamp
Could not load graphics driver 'x11drv'
err:module:BUILTIN32_dlopen failed to load .so lib for builtin
2002 Feb 09
1
Problem with COM
Hello
If I try to open COM in a app. I got:
BaudRate 9600
fixme:comm:SetupComm insize 1024 outsize 1024 unimplemented stub
BaudRate 5760
fixme:comm:SetupComm insize 131072 outsize 8192 unimplemented stub
err:comm:SetCommState baudrate 5760
BaudRate 5726
fixme:comm:SetupComm insize 1024 outsize 1024 unimplemented stub
err:comm:SetCommState baudrate 5726
Use newest Wine, Kernel 2.4.18-7, SuSE
2015 Aug 13
2
[lld] Alias in COFF short import library.
Hi Rui,
I have finished my tool to generate short import libs for mingw-w64.
It works fine with lld for actual symbols.
But it seems lld segfaults when I try to use and an alias as we discussed
before.
I have attached 3 import libraries.
They all only have 1 import function.
libuser32orig.a -> Works fine and only has MessageBoxA
libuser32b.a -> the symbol table has MessageBoxB and
2015 Aug 13
2
[lld] Alias in COFF short import library.
>
> The header of libuser32b.a says that it defines MessageBoxB and
> __imp_MessageBoxB, but the import library file in the archive actually
> defines MessageBoxA (not B). So the archive file is broken. You may want to
> fix the header and try again.
Yes this is how I done the alias.
If you consider this invalid then look at libuser32.a
The header defines MessageBoxA and
2002 Apr 10
0
wine and opengl
I have compiled wine version wine-20020310 on a box with linux kernel 2.4.18 and Nvidia Quadro2 Pro graphics card
I run ./configure --enable-opengl and then make depend and make
but I can't get the opengl stuff to work!
when I look at the libopengl32 calls I get
bash-2.05$ ldd dlls/libopengl32.so
libx11drv.so => /usr/lib/libx11drv.so (0x40054000)
libkernel32.so =>
2015 Aug 13
2
[lld] Alias in COFF short import library.
>
> If you want to define an alias symbol "bar" to "foo" (which is an
> extension you want to provide), one way is to create an object file that
> defines "bar" and "__imp_bar" as aliases to "foo" and "__imp_foo",
> respectively, and add that object file to the import library. As a result,
> the import library file
2015 Feb 27
1
[LLVMdev] clang\clang++ 3.6.0 don't find C\C++ header , in windows ?
1 hour ago I downloaded llvm-3.6.0-rc4-win32.exe from
http://llvm.org/pre-releases/3.6.0/ .
I tried to compile simple C code that just print "hello" , but it
didn't compile , because clang.exe can't find . when I use
clang-cl.exe with the same code , it worked .
I also have the same problem with clang++ even with , I add -I flag to
GCC (4.9.1) C++ headers , the result:
2017 Feb 13
3
RFC: A new llvm-dlltool driver and llvm-lib driver improvements
Hey llvm'ers,
I have been working on a dlltool replacement for llvm.
Here is my initial differential https://reviews.llvm.org/D29892
It is based on some functionality that already exists in lld.
I added functionality to support, PE COFF Weak Externals and of course a
front end to actually use it.
I believe the work here can also be used for llvm-lib and lessen the load
on lld.
I would like
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
Hi Pavel,
Can you run your app under winedbg? When I run my app under winedbg, it
segfaults inside the application code with a bad read access. The
specific instruction it faults on is movl 0x10(%esi),%eax (aka mov
[esi+0x10],eax for IDA users). I'm curious to know if your app uses the
same library as mine...
--Rob
2001 Jun 22
0
Half-Life: Selected Mode is not supported by your card
Hi,
following the explainations of the Linux Half-Life Howto I ran into the
problem. Since some places are menshioned in the HOWTO, that you should check
after this error, I get:
root@notch:/home/pwk/wine/wine > ./configure
creating cache ./config.cache
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the