Re: Fixed - Re: Yet another undefined _WinMain16...

2003-06-19 Thread Christopher Faylor
On Thu, Jun 19, 2003 at 11:31:24PM +, [EMAIL PROTECTED] wrote: >That might be a "look for the obvious" clause in the FAQ. Hopefully this is a wry comment rather than a serious suggestion. If this advice belonged in a FAQ, it would be a FAQ for everyday life rather than one for Cygwin. cgf --

Fixed - Re: Yet another undefined _WinMain16...

2003-06-19 Thread foomf
And... found the problem. A stupid unterminated comment in an included file on a #declare, which was resulting in chunks of my code being missing. Never trust included files. I greatly appreciate the help, embarrassing as the problem was: it turns out that the undeclared WinMain error can also hap