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

Re: newbie - question: compiling winelib's winemine

2003-09-10 Thread Deji Akinyemi
Thanks! Adding the and "resource.h" entries to En.rc and Pt.rc, was apparently all that was needed. I would also look into winegcc and MinGW as you reccommended . Deji. [EMAIL PROTECTED] wrote: On September 9, 2003 05:10 pm, Deji Akinyemi wrote: I seem to

newbie - question: compiling winelib's winemine

2003-09-09 Thread Deji Akinyemi
Hi there! I am trying to get up to speed on developing applications using wine. The winelib-user documentation recommends getting started by taking a look at the winemine (wine-xx/programs/winemine) code packaged with the library. I seem to be having different outcomes when I compile the co