PDA

View Full Version : Getting error wWinMainCRTStartup



santhoshv84
13th September 2008, 12:01
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

jpn
13th September 2008, 12:47
Perhaps your object files are messed up like in this thread:
http://lists.trolltech.com/qt-interest/2005-07/thread00617-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.