Creating a separate console window via CreateProcess

turbowells@maine.rr.com turbowells@maine.rr.com
Sun Feb 14 01:53:00 GMT 2010


---- Mark Geisert <mark@maxrnd.com> wrote: 
> 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

Thanks.  As pointed out to me on another list, I was missing the -mwindows build option.

-Jeff


--
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