turbowells writes: > > >I built the test program with: gcc -mno-cygwin creprc.c -o creprc ^^^^^^^^^^^ This option means "No Cygwin". You're linking against MSVCRT, not cygwin1.dll. You are not creating a Cygwin program. That's why it's off-topic for this list. Try a MinGW list or some other list for Windows programming. Good luck.
..mark -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple