Nothing happens!?

Well sure you have had check out this problem thousands times:
Since i’m new i will post it anyway :slight_smile:
I’ve always manage to compile sdl & opengl over linux and works fine
everything… Then i decided is time to port ot win32: when i try to
compile and link the SDL test examples i use
gcc -g -o testfile.exe testfile.c -lmingw32 -lSDLMain -lSDL -mwindows
AND EVERYTHING GOES JUST FINE! NOT EVEN A WARNING!. And when i try to
execute the program taddaaa: nothing happens not even error, not even log
output file, not even nothing!!!
NOTHING HAPPENS!!! A??A??A??A??A??A??A??A??A??A??A??A??A??A??A??A??
so whats up!
thank you !
julian andres guarin----------------------------------------------------------------------

Consigue aquA las mejores y mas recientes ofertas de trabajo en AmA©rica
Latina y USA: Haz clic aquA…

Julian Andres Guarin Reyes wrote:

I’ve always manage to compile sdl & opengl over linux and works fine
everything… Then i decided is time to port ot win32: when i try to compile
and link the SDL test examples i use

gcc -g -o testfile.exe testfile.c -lmingw32 -lSDLMain -lSDL -mwindows

AND EVERYTHING GOES JUST FINE! NOT EVEN A WARNING!. And when i try to execute
the program taddaaa: nothing happens not even error, not even log output file,
not even nothing!!!
NOTHING HAPPENS!!! ???

Perhaps your testfile.c only contains this:

int main(int argc, char **argv)
{
return 0;
}

:wink:

If not, please post what it does contain, otherwise I don’t think anyone
will know how to help you.–
Milan Babuskov
http://njam.sourceforge.net