Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Anyone use LoadLibrary

Status
Not open for further replies.

knji

Electrical
Joined
Jun 27, 2004
Messages
83
Location
CA
with the Open Watcom compiler?

I have a source code that includes <windows.h> but when I call the function LoadLibrary, compiler says it is an unresolved external reference.

Any ideas.

TIA.
 
I havn't used Watcom. But I think "unresolved external reference" is a link error in any case.

It means that you are not linking with the library that contains the function. You will need to link with a libary that defines LoadLibrary.

Don't know what the lib name is.

Andy



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top