CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: S_M_A

Search: Search took 0.11 seconds.

  1. Re: LNKERROR2001 unresolved external symbol _mainCRTStartup

    Is that cpp file in the project?
  2. Re: LNKERROR2001 unresolved external symbol _mainCRTStartup

    If so you didn't provide a
    int _tmain(int argc, _TCHAR* argv[])
    {
    return 0;
    }
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured