Hi,
I have downloaded an Qt project from a website.
I tried to compile that in VS.Net 2003.
I am getting this error..
error LNK2001: unresolved external symbol _WinMainCRTStartup
Could anyone tell me how to solve this..
Thanks in advance,
Santhosh
Hi,
I have downloaded an Qt project from a website.
I tried to compile that in VS.Net 2003.
I am getting this error..
error LNK2001: unresolved external symbol _WinMainCRTStartup
Could anyone tell me how to solve this..
Thanks in advance,
Santhosh
Perhaps your object files are messed up like in this thread:
http://lists.trolltech.com/qt-intere...ad00617-0.html
Try cleaning up the whole project from all intermediate files so that you've got nothing but necessary sources and the .pro file. Recreate the .vcproj and try compiling the clean project.
J-P Nurmi
Bookmarks