This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Creating a separate console window via CreateProcess


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]