View Single Post
  #1 (permalink)  
Old 11-02-2004
aerowyn aerowyn is offline
Registered User
 
 
Join Date: Nov 2004
Posts: 15
Send a message via ICQ to aerowyn Send a message via AIM to aerowyn
-->
Some strange errors from MSVC.net

I am very interested in using Ice, but I am having some problems when I tried to put some test Ice code into one of my applications, and I cant track down the problem.. perhaps one of you could help me out a bit...

Here are the errors MSVC.net gives me when I try to compile:

C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\cstdio(17) : error C2143: syntax error : missing '{' before ':'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\cstdio(17) : error C2059: syntax error : ':'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\cstdio(17) : error C2143: syntax error : missing '{' before ':'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\cstdio(17) : error C2059: syntax error : ':'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\cstdio(17) : error C2143: syntax error : missing '{' before ':'

It goes on like that to give me about 100 errors, all on the same syntax in both cstdio and cstdlib.


Im sure it is something simple I am over looking, but I cant find it... any help would be appreciated.
Reply With Quote