I know that Turbo C ++ is ancient, but my daughter school uses it, and I have to help it.
I use Turbo C ++ 4.5 on a Windows 7 virtual machine that runs on Windows 8.1.
For any project, when you click the Create All button, an error message appears:
"Undefined symbol OwlMain (int, char far*, far*) in library file c:\tcwin45\lib\owlwi.lib in module winmain"
I even created a new project with one source file with minimal code as follows:
void main () {
Even then I get the same error as above.
I do not understand the reason for this error. Any help would be greatly appreciated.
source share