Hi all,

In my visual studio solution i have 2 projects. One is a Win32 App and the other is a static lib. I want the static lib to have the winmain entry point in and not the win32 app. Everything builds fine and the win32 appp does successfully link with the library. However when i run the program the winmain entry point in the library never executes.

What do I have to do to get this to work?

Thanks