compile error

I know this more IDE related, and expect a few flames. I am getting a compile error from Borland C++ related to improper owl32.lib. Thoughts, suggestions?

Send all flames /dev/null

First flame, how about posting the complete error message!

Sorry, I should have thought to post complete error. It wasn’t even a compile error. It’s at make.

“Error: Unresolved external ‘_main’ referenced from COX32.OBJ”

Ignore whole thread I solved the error.

Well an library error could be caused by the file being croupted, or maybe your useing a library files that is not compatible with the borland compiler.

The _main error message, could be you have defined two main’s in your program or how you have defined it.