I’ve noticed that when ever I try to change something in the CGameManager.h (irrWizard) file it gives me this weird error : fatal error C1073: Internal error involving incremental compilation(compiler file 'f:\RTM\VCTOOLS\Compiler\CxxFE\sl\P1\C\funcs.c', line 2389)
And I don’t even have a f drive. I have no clue on how to fix this.
error
-
Baal Cadar
- Posts: 377
- Joined: Fri Oct 28, 2005 10:28 am
- Contact:
You might not have an f-drive, but the compiler programmer had.
This is the path to the code line, that causes the internal compiler error in the compiler source.
Internal compiler errors are always bugs in the compiler. If you still use VC6, this happens all the time for random reasons. Either ditch it (preferred solution) or make sure you have the latest service pack for Visual C++ 6. (SP5 I believe)
Internal compiler errors are always bugs in the compiler. If you still use VC6, this happens all the time for random reasons. Either ditch it (preferred solution) or make sure you have the latest service pack for Visual C++ 6. (SP5 I believe)
No offense 
-
010010010110000101101110
- Posts: 2
- Joined: Sun Jun 04, 2006 3:15 pm
It could be that you had white spaces in either the irrlicht path or project name when you built the project using IrrWizard.
When it builds the .vcproj file, wierd things happen when white spaces are present.
If not then manually edit the 'additional dependancies' in the project settings as previously mentioned.
________
FORD TELSTAR
When it builds the .vcproj file, wierd things happen when white spaces are present.
If not then manually edit the 'additional dependancies' in the project settings as previously mentioned.
________
FORD TELSTAR
