Can't compile after reset of VS .NET 2003

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

Can't compile after reset of VS .NET 2003

Post by Guitarm » 2004-02-05 11:54

I'm not able to compile after I've done a "Reset my usage data" under Customize in Tools menu in VS.NET 2003. Before I did this I could compile perfectly. I have my WTL and STL under Include. I've read "compile.txt" and.......nothing. I haven't changed anything besides doing this reset.

I get alot of warnings and these error msg's:
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1544): error C2146: syntax error : missing ';' before identifier 'CXX0017'
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1544): error C2065: 'symbol' : undeclared identifier
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1544): error C2143: syntax error : missing ';' before 'string'
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1544): error C2146: syntax error : missing ';' before identifier 'not'
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1546): error C2065: 'not' : undeclared identifier
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1546): error C2146: syntax error : missing ';' before identifier 'found'
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1546): error C2065: 'found' : undeclared identifier
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1546): error C2143: syntax error : missing ';' before 'if'
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1544): error C2146: syntax error : missing ';' before identifier 'CXX0017'
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1544): error C2065: 'symbol' : undeclared identifier
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1544): error C2143: syntax error : missing ';' before 'string'
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1544): error C2146: syntax error : missing ';' before identifier 'not'
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1546): error C2065: 'not' : undeclared identifier
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1546): error C2146: syntax error : missing ';' before identifier 'found'
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1546): error C2065: 'found' : undeclared identifier
e:\Programmering\VC\DC++\DCPlusPlus-wtl7.1-src\atlframe.h(1546): error C2143: syntax error : missing ';' before 'if'

At one time I got a message saying my WTL was incorrectly installed but..., i'ts there, at the right place.

I would really appreciate if someone much more experienced than myself could explain this. Probably I've missed something, haven't I........

I'm askin nice, am I not ? :lol:


Regards
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2004-02-05 12:22

Try to remove the wtl dir and reextract it from the zip file.

Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

Can't compile after reset of VS .NET 2003

Post by Guitarm » 2004-02-05 15:16

Yes, it absolutely worked. Thank you very much!

Could you possibly explain why this happens too ?

(I'm a bit curious......) :D
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Re: Can't compile after reset of VS .NET 2003

Post by joakim_tosteberg » 2004-02-06 00:12

Guitarm wrote:Could you possibly explain why this happens too ?
No, no idea why it happend ;). But it seemd like that the altframe.h in someway got canged as it was refering to ientifiers on row 1544-1546 which don't even exists in a correct altframe.h.

Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

Post by Guitarm » 2004-02-06 03:34

What do you mean by "correct altframe.h" ?. Has there been a version change or is it modified by someone ?
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2004-02-06 10:10

With a correct altframe.h I meant the altframe.h in the wtl pacakge nor modified in anywaqy. It seemd like you vs .net 2003 in someway changed the content of it.

Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

Post by Guitarm » 2004-02-06 13:52

Ok, I see, Well thanks for your quick answer and you help

Regards
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

Locked