Raised This Month: $51 Target: $400
 12% 

Can we use VC++ 6 (Sp3) ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Cr3V3TT3
Senior Member
Join Date: Jul 2004
Location: V'dauban
Old 01-29-2005 , 08:57   Can we use VC++ 6 (Sp3) ?
Reply With Quote #1

Hi all,
I have VC++ 6 with the Sp3
I added src/dlls/util.h to my project and have this errors :

Code:
..\..\game_shared\util_shared.h(260) : error C2065: 'TRACER_DONT_USE_ATTACHMENT' : undeclared identifier
..\..\dlls\util.h(536) : error C2504: 'VMatrix' : base class undefined
..\..\dlls\util.h(625) : error C2143: syntax error : missing ',' before '&'
..\..\dlls\util.h(625) : error C2059: syntax error : '&'
I never edited this file...

Does this error could be from my version of VC++ ?
Cr3V3TT3 is offline
Send a message via MSN to Cr3V3TT3
theqizmo
Member
Join Date: Oct 2004
Old 01-29-2005 , 12:15  
Reply With Quote #2

No, it means that those identifiers are not defined in that header.

VMatrix is defined in \public\vmatrix.h
TRACER_DONT_USE_ATTACHMENT is defined in \game_shared\shareddefs.h

So, in order to use util.h, you need to make sure those files are included. However, there are more missing identifiers, and I'll leave it to you to figure it out.
theqizmo is offline
Send a message via ICQ to theqizmo Send a message via AIM to theqizmo Send a message via MSN to theqizmo
Cr3V3TT3
Senior Member
Join Date: Jul 2004
Location: V'dauban
Old 01-30-2005 , 10:00  
Reply With Quote #3

thx
but if we need this files to use util.h why they don' t include this files on util.h :/
Cr3V3TT3 is offline
Send a message via MSN to Cr3V3TT3
DopeFish
Senior Member
Join Date: Feb 2004
Old 01-31-2005 , 14:38  
Reply With Quote #4

that would be too easy ;)
DopeFish is offline
Send a message via ICQ to DopeFish
Cr3V3TT3
Senior Member
Join Date: Jul 2004
Location: V'dauban
Old 01-31-2005 , 15:05  
Reply With Quote #5

rolf
Cr3V3TT3 is offline
Send a message via MSN to Cr3V3TT3
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:50.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode