using win32 api in linux ?
Posted
by Dr Deo
on Stack Overflow
See other posts from Stack Overflow
or by Dr Deo
Published on 2010-05-07T11:10:21Z
Indexed on
2010/05/07
11:18 UTC
Read the original article
Hit count: 249
I have heard of WINE but I don't like it because it's slow on the computers I have tested and almost always crashes. It also has some unpleasant looking gui.
I am wondering if there is a "win32" library in c/c++ for linux that produces native linux code
so that if I have my source code for windows, I can just recompile and produce a working linux application. Is this possible?
© Stack Overflow or respective owner