any help here would be appreciated. Ive really racked my brains at this, sooo.
I have installed cygwin, and Netbeans and have been successfully deving, compiling and run
For a library that I just built with Cygwin, I added the following compiler flags:
-shared -Wl,--out-implib,lib$(LIB_NAME).dll.a
This allowed me to build my library without the dreaded, "missing WinMain," error message.