search for: libmfc

Displaying 4 results from an estimated 4 matches for "libmfc".

Did you mean: libfc
2005 Jan 22
0
Re: Compiling the MFC using Winelib
...-22 at 13:19 -0800, Dan Dennison wrote: > Building MFC for winelib has been addressed many times earlier on this list, > from what I can see, since at least 2001 if not earlier. However, all > together I cannot seem to find a well-written documentation of the process > involved to build libmfc.so. > > So as a service to the Wine community I plan to document the process of > building libmfc as part of my master's project. Although the MFC is not the > focus of this project, porting of it is a requirement for the package to > work using Winelib. > > Are there res...
2001 Sep 26
0
winelib and mfc
...ut when i ran the program i saw this error: /winhelp: could not load library './winhelp.so' as Winelib application: cannot open shared object file: cannot load shared object file: No such file or directory Linking mfc: g++ -shared -rdynamic -Wl,-rpath,/usr/local/lib -Wl,-Bsymbolic -o libmfc.so afxcrit.o afxdbcs.o afxmem.o afxstate.o afxtls.o app3d.o apphelp.o apphelpx.o appinit.o appterm.o appui.o appui1.o appui3.o arcex.o auxdata.o cmdtarg.o dlgcore.o dlgtempl.o except.o filelist.o filest.o filex.o fixalloc.o list_p.o map_pp.o nolib.o objcore.o olelock.o plex.o thrdcore.o timec...
2005 Jan 10
0
Winelib/MFC questions
...t just distribute the same mfc42.dll file as we use under Windows and use that? - Has anyone written a complete, step-by-step guide to compiling the MFC under Linux? Are there any patches or Makefiles out there that I could use to speed up the process? - Why can I not just download a precompiled libmfc.so (or .a) file from somewhere and use that? My background is in Linux programming, rather than Windows, but the program is too big to re-write using native libraries in a reasonable timeframe. Furthermore, I don't think we're willing to shell out for multi-developer licences for Qt, so I...
2001 Feb 22
2
afx.h... configure: error: Could not find the MFC includes
This is driving me nuts. I'm trying to compile an MFC application using WINE. I can specify the location of the ATL includes and configure is quite happy but it chokes when I give it the MFC includes in the same way: ./configure --with-atl-includes=/home/wade/VC98/atl/Include --with-mfc-includes=/home/wade/VC98/mfc/Include Wassup? I'm using Winemaker 0.5.5 And wine