E2209 - Problem at the beginning
Hi!
I Have a similar problem like the others:
I make the first template program:
// C++ kódsablon
#include <iostream>
#include <string>
void main()
{
// Ide jön a kód!
}
And I got the result:
E2209 Unable to open include file 'iostream'
E2209 Unable to open include file 'string'
I also tried it with iostream.h and string.h!
I made bcc32.cfg, ilink32.cfg and I made the changes in the path!
But it keep doesn't work!
Please, help!
|