Compiling with "free" CLI Visual C++ Toolkit
by Ryan Drew · in Torque Game Engine · 04/20/2004 (12:51 pm) · 5 replies
I'm just wondering if anyone has done this yet, and how if they have.
#2
Not sure how to fix it.
04/20/2004 (4:10 pm)
Well after poking around for a few hours I am stuck at this message:Quote:
fatal error C100 1: 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
Not sure how to fix it.
#3
04/20/2004 (4:23 pm)
Ahh yes, descriptive MS error messages.
#4
this message comes if you are partially or incrementally compiling the code... try to either clean up all intermediate files..or do a complete rebuild....
04/20/2004 (5:14 pm)
Dan...this message comes if you are partially or incrementally compiling the code... try to either clean up all intermediate files..or do a complete rebuild....
Torque Owner Dan -
There are some questions that I have if the Visual C++ Toolkit contains enough of the core libs to compile Torque. I will see and let everyone know.