Results 1 to 2 of 2

Thread: Getting error wWinMainCRTStartup

  1. #1
    Join Date
    May 2008
    Posts
    42
    Qt products
    Qt4
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Getting error wWinMainCRTStartup

    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

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: Getting error wWinMainCRTStartup

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.