View Single Post
  #1 (permalink)  
Old October 18th, 2009, 07:56 AM
E2209 E2209 is offline
Registered User
 
Join Date: Oct 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Beginner problem

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!
Reply With Quote