MFC Compiler error with winemaker. afx.h not found

Questions about Wine on Linux
Locked
dylike
Newbie
Newbie
Posts: 1
Joined: Fri Dec 26, 2014 3:49 am

MFC Compiler error with winemaker. afx.h not found

Post by dylike »

hello everyone!
i'm a new user of wine, and i have a VC++ project which is writen in Windows with Visual Studio 2008, and i use the mfc lib in the project. Now, i want to convert the project to run in linux, and i use the winemaker to recompile the project, but when i run make , it say i have no such files afx.h and afxwin.h.
i have already download the vcrun2008 with winetricks, and my command is:

Code: Select all

$ winemaker --lower-uppercase --mfc ./
$ make
           

my linux system is ubuntu 14.04, and the version of wine is 1.6.2, anyone can give me a help? appreciate a lot!
Locked