|
Compiling in Linux for Windows -
09-01-2008, 10:34 PM
Hello everyone,
I'm relatively new to the programing area. I used MinGW before to compile projects but now I'm trying to move all my task to Linux.
I downloaded Eclipse for Ububtu (Hardy) and followed the example in the turorials to create a simple "Hello world" for windows.
The program compiles and executes just fine when tested in the eclipse console under Linux.
The problem presentes when I try to run the program in Windows. The only thing that I get is a black window; as if the progras was going to run but few seconds later the windows closes and nothig happens. If I click the .exe again the same happends.
Could some one please let me Know what I'm doing wrong. I followed the steps in the tutorial and everything worked fine under Linux.
Thanks,
|