Ok I have a bug that is very hard to pinpoint. Upon Compilation I get
Compiling...
Forkin.cpp
\vc98\include\xlocale(467) : error C2059: syntax error : 'end of file'
ForkLift.cpp
MainWnd.cpp
\vc98\include\xlocale(467) : error C2059: syntax error : 'end of file'
Mat4f.cpp
Generating Code...
Error executing cl.exe.
Forkin.exe - 2 error(s), 0 warning(s)
I take it the Message is pointing to the xlocale include which is part of C++. I guess the error originates in Forkin.cpp and searched for missing tokens to no avail.
I would appreciate any info.
Thanks in advance
Dinobod