cl.exe
i asked this question before but i forgot what to do..
i would search it but search doesnt work.
anywayz.. it was something like:
*******************************************
ERROR:
-------
----Configuration: asas - Win32 Debug----
Compiling...
StdAfx.cpp
Compiling...
asas.cpp
c:\myprojects\asas\asas.cpp(12) : fatal error C1010: unexpected end of file while looking for precompiled header directive
Error executing cl.exe.
asas.exe - 1 error(s), 0 warning(s)
-------
*******************************************
CODE:
-------
#include "iostream.h"
main()
{
cout << "Hello";
return 0;
}
-------
*******************************************
Sorry about forgetting.. thanks in advance!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement