On January 29, 2004 12:45 am, saravanan wrote:
Hi, I want to know how i can a compile & port a simple VC++ application to linux using wine. I tried to compile a VC++ application using the winelib method. But it showed a lot of errors. Does anyone have any idea.
Your best bet is to first try to port it to MinGW. Once that's done, use winegcc to port it to Wine.