Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574
Q: compile to windows/dos?
Submitted By: majik, 93 days, 9 hours, 47 minutes ago
I am wondering, what is the best set-up to have to be able to compile c/c code so that the executable can run on windows/dos. I need to create some simple programs that need to run in windows/dos.
Please try not to post duplicate answers... if you see an answer that you want to post, just add a vote to it and you can add a note as well. Thank You
2
1
alternative....Perl2Exe
Submitted By: majik ( 91 days, 15 hours, 57 minutes ago )
For those who are looking for the same thing, I found an alternative.
Perl2Exe by IndigoSTAR ( at http://www.indigostar.com/perl2exe.htm ) was sufficient enough for me. Instead of c/c , I just wrote the small program/script in perl and ran it through Perl2Exe.
Perl2Exe by IndigoSTAR ( at http://www.indigostar.com/perl2exe.htm ) was sufficient enough for me. Instead of c/c , I just wrote the small program/script in perl and ran it through Perl2Exe.