Hi all, i've converted a my application originally written in MS Visual Studio 2008 to be compiled on MS Visual C++ 6.0 (see my previous question http://goo.gl/lWyM).
After the conversion of all my code now compiles in Release, without debug informations. In Debug i encounter a strange problem... the error C1063.
fatal error C1063:
Error executing cl.exe.
main.obj - 1 error(s), 163 warning(s)
In your opinion, what is the best practise to overcome this problem?