This is the mail archive of the cygwin@cygwin.com 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]

how can i create a console-less gui-less app?


Im trying to port a self-made ftp server from linux to win... and
everything was straightforward, execept one thing:

I dont want to see the console (even if the program doesnt output anything, 
its still there!).

So I tried to compile with -mwindows but gcc cried "no reference for
WinMainCRTStartup default to 00400100 ..or something like"

so I added the following line

WinMainCRTStartup(); { MainCRTStartup(); } (seen in documentation).
and recompile.

Ok, if i launch the thing in a console, it runs well.
But if launched not in console (maybe explorer...) the program dies...

What can I do?

Tnx.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


--
Want to unsubscribe from this list?
Check out: 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]