mahinder_gudur@yahoo.com
2006-Jul-06 07:25 UTC
[Wine] problems while compiling mfc applications with wine
Hi Everybody, I Created a small application in VC++ MFC. The application displays a messagebox on clicking a buttton. This application I want to port on Linux version. Iam using Linux ver. 9 and kernel version is 2.4.20-8. with WineLib I copied all the source code from CD and I change the mode read /write than in the current directory i used winemaker command user/sample>winemaker --lower-all --mfc . but get the following errors out of make: stdafx.h:15:64: afxwin.h: No such file or directory stdafx.h:16:46: afxext.h: No such file or directory stdafx.h:17:54: afxdisp.h: No such file or directory stdafx.h:18:87: afxdtctl.h: No such file or directory 1. what are the steps i have to follow to port mfc application into linux from the begining. looking for a guidence on how to proceed
Daniel Skorka
2006-Jul-06 12:25 UTC
[Wine] Re: problems while compiling mfc applications with wine
mahinder_gudur@yahoo.com wrote:> Iam using Linux ver. 9 and kernel version is 2.4.20-8. with WineLibI am certain you meant 'wine', not 'Linux'.> 1. what are the steps i have to follow to port mfc application into > linux from the begining.http://winehq.org/site/docs/winelib-guide/index Daniel