I just installed Borland 5.02 w/ the patch onto my NT 4.0 machine. When
I tested a small program:
#include <iostream.h>
int main()
{
cout << "Print this out.\n";
return(0);
}
The program compiled and stared to run, however I got this message at
the end:
"You have accidently used the dummy version of OwlMain."
I was following the Users Manual for this and I've tried doing this
many other ways.
Can anyone enlighten me on this problem. Thank you..
Jeremiah Spradlin
spec...@cc.gatech.edu
Computer Science
Georgia Institute of Technology
Good Luck,
Scott
--
Terry Butler
Administer wrote in message <34B94963...@cc.gatech.edu>...
Thanks,
Jeremiah Spradlin