Windows XP Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My project (VS 7.1) builds and run OK on my Windows 2K PC, but when I clean
the solution and copy it over to a Windows XP PC in our lab I get loads of
error, (see below) I cant seem to find the cause.

The code HAS NOT changed!

I did check that the copied project still builds on the Windows 2K PC and it
does.

c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\WinBase.h(1553): error C2059: syntax error :
')'c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\WinBase.h(1640): error C2059: syntax error :
')'c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\WinBase.h(1647): error C2059: syntax error :
')'\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\WinDef.h(205): error C2143: syntax error :
missing ';' before '*'c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\WinBase.h(1620): error C2143: syntax error :
missing ';' before '__stdcall'c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\WinBase.h(1553): error C2146: syntax error :
missing ')' before identifier 'hResData'c:\Program Files\Microsoft Visual
Studio .NET 2003\Vc7\PlatformSDK\Include\WinBase.h(1560): error C2146: syntax
error : missing ')' before identifier 'hResData'c:\Program Files\Microsoft
Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinNT.h(5216): error C2146:
syntax error : missing ';' before identifier 'CompletionPort'c:\Program
Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\WinNT.h(5216): error C2146: syntax error :
missing ';' before identifier 'CompletionPort'
 
Graham,

I think that you more changes on an answer for this in the newsgroup
(Not that you are not welcome here)

microsoft.public.dotnet.languages.vc

I hope this helps,

Cor
 
Back
Top