CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2011
    Posts
    2

    Exclamation My code can not migrate from VS2005 to VS2010

    Hello everyone, I have big a problem :S Normally I am developing application on VS2005 xp os but My code want migrate from vs2005 to vs2010, also My code is including seperate coded visual C++ and C# files, its running in vs2005 well, no problem but when my code migrated from vs2005 to vs2010 win7 os, I am getting thousands error

    some errors:
    "Error C4430:missing type specifier int-assumed Note: C++ does not support default-int"
    "error C2143: syntax error: missing ';' before '{' "
    "error C2143: syntax error: missing ';' before '^' "
    "error C2065: 'e' : undeclared identifier."

    what do I for it anything idea? advance in thankx... very nice for your answers

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: My code can not migrate from VS2005 to VS2010

    Post your code along with the errors, please

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured