Problem with compiling OpenGL application in Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
suse
Level 1
Level 1
Posts: 6
Joined: Tue Feb 17, 2009 4:48 am

Problem with compiling OpenGL application in Wine

Post by suse »

Please tell me wat are the commands to compile SDI application in wine?
And also what is the directory structure of the code to be maintained in wine?
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

As is written in the guides you can use winemaker to e.g. import a visual studio project and create makefiles. Another way is to create gnu makefiles which you use to compile your app using mingw on windows. When it compiles you can replace the mingw gcc in the makefile with winegcc / wineg++ and it will work fine.
suse
Level 1
Level 1
Posts: 6
Joined: Tue Feb 17, 2009 4:48 am

Post by suse »

1) :cry: pls help me.. i'm in confusion :roll: that can I compile MFC directly using winemaker and make command or should i've to install visual studio through wine and then compile my MFC through it.. ????

2)If so,does wine support for the installation of Visual Studio??

Thanku in advance :)
James McKenzie

Problem with compiling OpenGL application in Wine

Post by James McKenzie »

suse wrote:
1) [Crying or Very sad] pls help me.. i'm in confusion [Rolling Eyes] that can I compile MFC directly using winemaker and make command or should i've to install visual studio through wine and then compile my MFC through it.. ????

Because Wine does not have MFC support, MFC programs cannot be built on
Wine. I think that was explained earlier.
2)If so,does wine support for the installation of Visual Studio??

Please visit the Applications Database and research what can and cannot
be done with Visual Studio.

James McKenzie
Locked