Still can't even compile Wine at PowerPC-based Linux-box.

2006-10-08 Thread Peter Lemenkov
Hello, All! The last wine version which at least compiles at my PowerPC fine is 0.9.17. Since then I can't even compile Wine. It fails with the next message ../../tools/widl/widl -I. -I. -I../../include -I../../include -D__WINESRC__ -D_SHDOCVW_ -t -T shdocv

Can't compile wine at Linux-ppc

2006-09-10 Thread Peter Lemenkov
Hello, All! The last wine version which at least compiles fine is 0.9.17. Since then I can't even compile Wine. It fails with the next message ../../tools/widl/widl -I. -I. -I../../include -I../../include -D__WINESRC__ -D_SHDOCVW_ -t -T shdocvw_v1.tlb shdoc

compilation error: Undefined reference to strncmpW

2006-01-16 Thread Peter Lemenkov
petro/work/projects/wine/dlls/shlwapi' make[1]: *** [shlwapi] Error 2 make[1]: Leaving directory `/home/petro/work/projects/wine/dlls' make: *** [dlls] Error 2 [EMAIL PROTECTED] wine]$ -- With best regards, Peter Lemenkov.

Wine can't load DLL, built with Winelib.

2005-09-25 Thread Peter Lemenkov
from current working directory, all things are OK, but then I tried to load DLL from .\Test\Dir\ (for example), LoadLibrary returns NULL. What I'm doing wrong? -- With best regards, Peter Lemenkov. # TODO: # * Include in Wine-include # * Include in Wine-include # * Po

ntsepkg.h and security.h missed in wine

2005-09-23 Thread Peter Lemenkov
/*checkout*/mingw/w32api/include/ntsecpkg.h?rev=1.1 http://cvs.sourceforge.net/viewcvs.py/*checkout*/mingw/w32api/include/security.h?rev=1.2 Are there any ways to officially include these files into Wine? -- With best regards, Peter Lemenkov.

Missing "#define AVISTREAMREAD_CONVENIENT"

2005-08-26 Thread Peter Lemenkov
Hello, All! Subj. VirtualDub library, called vdremote, wants it, so I propose to include next line anywhere in file "vfv.h": #define AVISTREAMREAD_CONVENIENT(-1L) -- With best regards, Peter Lemenkov.