RE: compiling Windows code with g++ on Linux using msvcrt - good idea? if so, how do you do it?

2008-12-11 Thread foobarbaz biffblaff
Roderick, Thanks for your answer. Unfortunately, I will not be able to use wineg++ for a variety of political reasons. Is there anyway, even if it involves some non-standard hacking, to get the Windows functions defined in /include/wine/windows to be compiled in a library that I can directly

compiling Windows code with g++ on Linux using msvcrt - good idea? if so, how do you do it?

2008-12-10 Thread foobarbaz biffblaff
Hi, I have a huge amount of Windows code that I'm porting to Linux. Wine is turning out to be a read godsend, thank you guys! Anyway, I've had tons of luck including the directory /include/wine/windows in my include path. All my Windows types are there and everything is wonderful. I've even b

[no subject]

2008-12-10 Thread foobarbaz biffblaff
Hi, I have a huge amount of Windows code that I'm porting to Linux. Wine is turning out to be a read godsend, thank you guys! Anyway, I've had tons of luck including the directory /include/wine/windows in my include path. All my Windows types are there and everything is wonderful. I've even b