Re: [DM-dev] Compile question
Brought to you by:
acdalton,
henningsen
From: stephan b. <st...@wa...> - 2001-12-29 18:00:41
|
On Saturday 29 December 2001 15:31, Eric Pankoke wrote: > I've gotten really close to compiling a Windows version with SDL. The only > problem I'm having now is that when I go to make the executable I get the > error "undefined reference to WinMain@16".. Any thoughts? this is a guess (i've never coded under windows), but try renaming main() to WinMain(). ----- stephan |