Re: MFC app and WineLib

2004-12-17 Thread Serge S. Spiridonoff
The makefile is attached. Yes, it was originally generated by winemaker (20041019 release) winemaker --dll --nobackup --nomfc . Then I manually added several -D, -I, -l options to the makefile. I suspect the I have to pass '--dll' to winebuild instead of '--debug', right? Is there anything el

Re: MFC app and WineLib

2004-12-17 Thread Shachar Shemesh
Serge S. Spiridonoff wrote: I expected that answer :( Anyway, I've managed to compile MFC source but got stuck at linking... 1) The output file is mfc.dll.EXE.so which doesn't seem right. Oviously I have to pass some extra switches to either wineg++ or winebuild but I can't figure out the correct

Re: MFC app and WineLib

2004-12-17 Thread Serge S. Spiridonoff
I expected that answer :( Anyway, I've managed to compile MFC source but got stuck at linking... 1) The output file is mfc.dll.EXE.so which doesn't seem right. Oviously I have to pass some extra switches to either wineg++ or winebuild but I can't figure out the correct ones. 2) I suspect I nee

Re: MFC app and WineLib

2004-12-16 Thread Kuba Ober
On czwartek 16 grudzieÅ 2004 12:06 am, Serge S. Spiridonoff wrote: > Hi, > > When porting an MFC app to Linux using WineLib is it really necessary to > recompile the MFC DLL from source? > Can I take MFC42.dll from Windows and use it "as is" with an application > compiled with WineLib? No :( MFC4

MFC app and WineLib

2004-12-16 Thread Serge S. Spiridonoff
Hi, When porting an MFC app to Linux using WineLib is it really necessary to recompile the MFC DLL from source? Can I take MFC42.dll from Windows and use it "as is" with an application compiled with WineLib? Thanks, Serge