Re: Compiling MFC with Winelib

2005-02-14 Thread Ira Krakow
An excellent idea! I definitely want to include a section on compiling the MFC with Winelib in the book. From what I can see, it looks like a big part of it is compiling stdafx.h and generating precompiled headers. A nice enhancement would be for winemaker to sense that it's working with MFC sou

compiling MFC...Advil required? ;-)

2005-01-24 Thread Adam Boyle
ng setup correctly, and things are still not compiling correctly. First, some questions: - My initial attempt at compiling MFC was on the MFC source code from VS.NET 2003.  After not being able to get a satisfactory Makefile configuration for compling that version of MFC, I figured that perhaps

Re: Compiling MFC with latest CVS checkout.

2004-04-15 Thread Dimitrie O. Paun
On Thu, 15 Apr 2004, Manjunath Sripadarao wrote: > >wineg++ -v -mwindows -mno-cygwin -o mfcdb.so mfcdb.res mfcdb.dbg.o > >-lodbc32 -lole32 -loleaut32 -lwinspool -luuid > > > Thanks for the quick reply. What version of Wine are you using? I can't make sense of this. Your command line doesn't

Re: Compiling MFC with latest CVS checkout.

2004-04-15 Thread Manjunath Sripadarao
Dimitrie O. Paun wrote: On April 15, 2004 7:27 am, Manjunath Sripadarao wrote: Any ideas/tips. Am I even following the correct procedure ? There doesn't seem to be any document detailing this process. Any tips/instructions/suggestions would be greatly appreciated. You are on the right trac

Re: Compiling MFC with latest CVS checkout.

2004-04-15 Thread Dimitrie O. Paun
On April 15, 2004 7:27 am, Manjunath Sripadarao wrote: > Any ideas/tips. Am I even following the correct procedure ? There > doesn't seem to be any document detailing this process. Any > tips/instructions/suggestions would be greatly appreciated. You are on the right track, but you've probably hit

Compiling MFC with latest CVS checkout.

2004-04-15 Thread Manjunath Sripadarao
I am trying to compile MFC with latest CVS checout, I copied the source from the windows MFC dir and also the include dir (both for MFC and the VC98 include dir). I ran winemaker --interactive . and specified the -I paths. I got a couple of makefiles. Now if I do a make I get this error. [EMAIL

Re: Compiling MFC

2003-10-05 Thread Boaz Harrosh
I have compiled MFC from MSVC6 (not 7) do you want a patch file? I have a good solution for the __try __except if you are compiling C++ code. (using the C++ try catch). I'm afraid I do not have a good solution for C compilations. (Yet) But for MFC it is good. #define __try try #define CONCAT(s

Re: Compiling MFC

2003-10-03 Thread Gregory M. Turner
On Friday 03 October 2003 07:04 am, Adam Connell wrote: > I am yet another programmer trying to compile the MFC with winelib. > I believe that I have the project configured correctly. I am currently > working on getting it to compile. I am having trouble with Microsoft's > extensions to C++ specifi

Compiling MFC

2003-10-03 Thread Adam Connell
I am yet another programmer trying to compile the MFC with winelib. I believe that I have the project configured correctly. I am currently working on getting it to compile. I am having trouble with Microsoft's extensions to C++ specifically: throw(...) __try __except Is there any kind of work arou

Re: compiling mfc

2003-09-11 Thread Shachar Shemesh
IIRC, there were legal issues with this. Make sure that the MFC license allows you to redistribute the compiled code before you delve too deeply into this adventure. Shachar Deji Akinyemi wrote: Hi! Does anyone have a set of directives on how one goes about generating an MFC libra

compiling mfc

2003-09-11 Thread Deji Akinyemi
Hi! Does anyone have a set of directives on how one goes about generating an MFC library for winelib from the sources? I just started the process, and got pass the mfc/atl configuration hic-ups. Now I am trying to get things to compile and that is another story. I am presently getting an error