another problem that I have :
JSSymbol undeclared identifier and some others after. What is it ? is it because I haven't set all environnement variables (I don't know how to do this ...:()
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
when I compile the project I have 3 errors like this :
./include\Polycsg.h(62) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
I haven't the msdn library, and I don't see what it is for an error.
Could someone help me ?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is because you don't have the most recent Servive pack for Visual C 6. Aztec makes use of some template code which earlier versions of the VC6 compiler couldn't handle.
Hello
I don't know how to set the environnement variables for visual c++ 6.0. Where to put it ?? Can somebody help me ?
thanks
another problem that I have :
JSSymbol undeclared identifier and some others after. What is it ? is it because I haven't set all environnement variables (I don't know how to do this ...:()
you have to change the environment varibles in the control panel (operating system), this doesn't concern the visual studio at all ...
on win xp: control panel -> system -> tab advanced -> click the button "system variables" (or something like this :)) at the bottom
there you have to set the environment variables to the path of the according place in the 3party-libs directory
hope this helps ...
greetz
d'a prodigy
Thanks for taking the time to reply, I was slack, and didn't reply quickly enough.
Mucho gracias! :)
Have you had much of a play with Aztec?
ok, thanks
when I compile the project I have 3 errors like this :
./include\Polycsg.h(62) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
I haven't the msdn library, and I don't see what it is for an error.
Could someone help me ?
Thanks
This is because you don't have the most recent Servive pack for Visual C 6. Aztec makes use of some template code which earlier versions of the VC6 compiler couldn't handle.
You can download it from here
http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/default.aspx
Also see docs/BuildingAztec.html, as it contains that bit of info, as well as a few other important bits and pieces.
Good luck!