I’m porting a project over to Visual Studio and running into this problem. I have a project that I want to build and use as part of my solution, but it won’t build itself.
When I build the solution, that project gives the error “No entry point”.
The other main project that will rely on this library project then gives linker errors, since this won’t build. What is the correct approach for this?
For reference, the code I’m trying to build is from here, and the library is imageLib.zip from there.
Go to the project properties page, and set “Configuration type” to “Static library” or “Dynamic library”, rather than “Application”. You might also need the
/NOENTRYflag.