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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linking to a MC Visual C++ Library

Status
Not open for further replies.

coldneut

Programmer
Apr 19, 2001
11
US
I have an urgent need to use some process control hardware
which has the drivers written in MS Visual C++. They
have provided a sample program with all of the function
calls I need which compiles fine with my Borland C++ Builder
Professional Vers 6. However in the linker stage I get
unresolved externals on all of these functions. It appears
I have the link reference to the required library OK. Both
under the environmental library path and the Project options
library path. I added the path using the browse feature,
and everything is accepted without the greying associated with an invalid path. I am running under Windows 2000. I am stymied.

Can anyone help?

Thanks,
Joe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top