Hello there :)
I have been using Visual Studio on a program which I have just completed, however I need to have it compiling using a unix based compiler, when I try in cygwin, I get the following error:
undefined reference to `_WinMain@16'
I have tried searching for a workaround, although I am not a programming guru, and I find it difficult to comprehend the discussions on this topic :)
Any help is appreciated.
I have been using Visual Studio on a program which I have just completed, however I need to have it compiling using a unix based compiler, when I try in cygwin, I get the following error:
undefined reference to `_WinMain@16'
I have tried searching for a workaround, although I am not a programming guru, and I find it difficult to comprehend the discussions on this topic :)
Any help is appreciated.
Comment