In my program, I've included stdlib, but I get an error from the linker saying it cant find the randomize or random functions...
Heres the output I get (running mingw32ce on Ubuntu Gusty) ~$ arm-wince-mingw32ce-gcc Simon.c drawing.c events.c -o Simong.exe -laygshell -g /tmp/ccAyzArc.o: In function `WinMain': /home/jared/WinCE/Trajectut/Simon.c:65: undefined reference to `randomize' collect2: ld returned 1 exit status ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel