Importing COM objects from win32 DLL?

2000-11-14 Thread Piotr Dembinski
Hi all, I am trying to embed Windows binary DLL (Fine Reader Engine) in Linux program using WineLib. The problem is that the library is intended to be used with C++ and it uses COM object model to export its object interfaces. I managed to compile a simple WineLib application which loads the

Re2: Even More Wine on Cygwin

2000-11-14 Thread Andrew Lynch
Eric, Thank you for the suggestion. I entered the command you specified in Cygwin gcc -g -S -O2 -Wall -o bin2res bin2res.o from the wine-20001026/tools directory and got the following error message: gcc: bin2res.o: linker output file unused since linking not done What makes the original

libwinmm.so: undefined symbol: CloseDriver

2000-11-14 Thread Damjan Lango
Hi, I thought to let you know that I tried a 3d demo from intel http://developer.intel.com/software/idap/games/clothsample/index.htm and got this error: err:module:BUILTIN32_dlopen failed to load libwinmm.so: /usr/local/lib/libwinmm.so: undefined symbol: CloseDriver err:module:fixup_imports

Re: Re2: Even More Wine on Cygwin

2000-11-14 Thread Francois Gouget
On Tue, 14 Nov 2000 [EMAIL PROTECTED] wrote: On Tue, 14 Nov 2000, Andrew Lynch wrote: Eric, Thank you for the suggestion. I entered the command you specified in Cygwin gcc -g -S -O2 -Wall -o bin2res bin2res.o Note that with this command the assembly file will be called 'bin2res'

Re: Re4: Even More Wine on Cygwin

2000-11-14 Thread Eric Pouech
Andrew Lynch wrote: Lawson, Eric, Thanks for the response. After rerunning the suggested command and the similar command for winebuild, there are no files with the named *.s anywhere I can find on the drive. I searched in Cygwin root directory and its subdirectories and the Win98SE C:

Re: libwinmm.so: undefined symbol: CloseDriver

2000-11-14 Thread Eric Pouech
Damjan Lango wrote: Hi, I thought to let you know that I tried a 3d demo from intel http://developer.intel.com/software/idap/games/clothsample/index.htm and got this error: err:module:BUILTIN32_dlopen failed to load libwinmm.so: /usr/local/lib/libwinmm.so: undefined symbol:

Beta test new design for winehq.com

2000-11-14 Thread Jeremy White
Jeremy Newman has whipped up a proposed redesign for the WineHQ web site. You can see it at http://www.winehq.com/new/ Comments? Reactions? I think the plan is to spend a bit more time working out the kinks and then when we're happy to make the cut over. Jeremy

Re: How to get Battlecom Server to run under Linux

2000-11-14 Thread James Abbatiello
Leon Versteegen wrote: I want to run a Battlecom standalone server under Linux (more information I grabbed a copy and tried it out. It locks up on startup due to the service thread / SendNotifyMessage problem (see wine-devel mailing list archives, specifically posts by Ove Kaaven in thread

Re: Yet even more Wine on Cygwin

2000-11-14 Thread James Abbatiello
Andrew Lynch wrote: Now, I am not absolutely certain that the main.s file is the culprit cc??.s I was looking for, however, using vim, I see that line 718 and 724 in the main.s file have similarities to the error messages in the end of make-02.log file. However, I am not an gcc/as

Maintainer request

2000-11-14 Thread Taral
Who is the current maintainer of libole32.so? -- Taral [EMAIL PROTECTED] Please use PGP/GPG to send me mail. "Never ascribe to malice what can as easily be put down to stupidity." PGP signature

Re4: Even More Wine on Cygwin

2000-11-14 Thread Andrew Lynch
Lawson, Eric, Thanks for the response. After rerunning the suggested command and the similar command for winebuild, there are no files with the named *.s anywhere I can find on the drive. I searched in Cygwin root directory and its subdirectories and the Win98SE C: completely and cannot find

Re: Re2: Even More Wine on Cygwin

2000-11-14 Thread Ove Kaaven
On Tue, 14 Nov 2000, Francois Gouget wrote: gcc -g -S -O2 -Wall -o bin2res.s bin2res.o ^^ I don't understand why gcc is printing this message since it should not even try to link in the first place and we did not specify any .o file. Where

Re: Re2: Even More Wine on Cygwin

2000-11-14 Thread Marcus Meissner
On Tue, Nov 14, 2000 at 09:43:43AM -0800, Francois Gouget wrote: On Tue, 14 Nov 2000 [EMAIL PROTECTED] wrote: On Tue, 14 Nov 2000, Andrew Lynch wrote: Eric, Thank you for the suggestion. I entered the command you specified in Cygwin gcc -g -S -O2 -Wall -o bin2res bin2res.o

Yet even more Wine on Cygwin

2000-11-14 Thread Andrew Lynch
I was not successful in getting the bin2res.c to compile successfully or generate the bin2res.s file, however, I did try the last complete successful line in the makefile build in make-02.log gcc -c -I. -I../../include -g -O2 -Wall -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o main.o main.c