make and coompiling win32api in linux platform

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ChertopoloX
Newbie
Newbie
Posts: 1
Joined: Wed Jun 22, 2011 6:41 pm

make and coompiling win32api in linux platform

Post by ChertopoloX »

Hi, we study Win32API in University and would like to know what is required to make and compile codes in linux platform and then start them in Wine.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Use mingw. You can use a mingw cross-compiler, e.g.
http://www.tinc-vpn.org/examples/cross- ... ws-binary/
or you can run mingw under wine, e.g.
http://www.jonshouse.co.uk/linuxmingw.cgi
Locked