I have written the following in my Windows program:
Code:
#include <iostream.h>

int main()
{
cout <<"test" << endl;
return 0;
}
But I get an error: Linker Fatal: Unable to open file 'winprog.def'
What is wrong???