First off Mercior, good job on the coding effort!
The problem I am having is that the source you provided will not compile in my version of MSVC 6.0 using your code straight out of the box and no changes made to it or monkeying around with any settings. I get the following errors:
Build : warning : failed to (or don't know how to) build 'E:\IRRLICHT\examples\Newton Example\code\Debug\NEWTON EXAMPLE.pch'
--------------------Configuration: NEWTON EXAMPLE - Win32 Debug--------------------
Build : warning : failed to (or don't know how to) build 'E:\IRRLICHT\examples\Newton Example\code\Debug\NEWTON EXAMPLE.pch'
Compiling...
game.cpp
e:\irrlicht\examples\newton example\code\game.cpp(1) : fatal error C1083: Cannot open precompiled header file: 'Debug/NEWTON EXAMPLE.pch': No such file or directory
Main.cpp
e:\irrlicht\examples\newton example\code\main.cpp(1) : fatal error C1083: Cannot open precompiled header file: 'Debug/NEWTON EXAMPLE.pch': No such file or directory
Frankly I dont know how, either to get it to make the precompiled header
Any ideas of has anyone else have these problems using MSVC 6.0?
Errors in compiling the tutorial for Newton by Mercior
:-)
hehe, precompiled headers are evil
I agree, but if your not aware of how to turn this on and off, and the project had it already set, its a pain trying to figure out exactly where to turn off this option for a user that is not familar with MSVC, but has access to it in a educational environment like myself. I am use to other compilers, like ming, gcc and others. I am now spending a lot of time learning how to use it, as this points out
Btw, thanks stodge, for prompting me to learn them, as the problem was solved immediatly turning them off
Btw, thanks stodge, for prompting me to learn them, as the problem was solved immediatly turning them off