Question

I'm learning C++ and i have the eVT(eMbedded Visual Tools) installed in my computer, because of the eVB 3(eMbedded Visual Basic) for my VB pocket programs, but i'm learning C++, then i want to use the eVC++ 3 for develop some command line aplications, then only to test i created an HelloWorld aplication, just for test, but when i try to compile it gave me this error:

Fatal error C1083: Cannot open include file: 'iostream': No such file or directory Error executing clarm.exe.

Remember that i can't update to eVC++ 4, because i want to build programs for Windows CE 3.1 Thanks!

Was it helpful?

Solution 2

Recently i see some eVC++ example and as i can see, eVC++(remember: Plus Plus) only uses C(Without ++) code.

OTHER TIPS

You need to add the path to the directory where ostream file resides to the list of the compiler include paths (usually -I directive).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top