Creating a separate console window via CreateProcess

Mark Geisert mark@maxrnd.com
Sat Feb 13 03:49:00 GMT 2010


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



More information about the Cygwin mailing list