Hi all
Iam migrating my application from vc++ 0.6 to vc++ 2013.There are a total of 30 projects which is to be migrated from vc++ 0.6 to vc++ 2013 version.The first error iam facing is
error LNK1561:entry point must be defined.
These errors are occuring in 2 of the projects out of 30
I have checked in google about this error, and i got some of the following solutions:
1.) set Properties -> Linker -> System -> SubSystem to "Windows (/SUBSYSTEM:WINDOWS)"
2.) Configuration Properties -> Linker -> System -> SubSystem to Console (/SUBSYSTEM:CONSOLE)
I have done the following changes but the problem still persists, can you help me with more appropriate solution.
I have a doubt that do i need to right click on the errored projects and go for property-> linker etc etc..
Your help will be much appreciated
Thanks
Ankush