Jump to content
OMRON Forums

Linking a C library


jhendges

Recommended Posts

I am working on a project that will have our PMAC directly interfacing with another piece of hardware. This hardware has a .lib, .dll, and a header file for calling functions from the provided library. I have added the header file to the project but I am not certain how to properly link the library when I build the background C application. Without the library being linked I get the error "undefined reference to ''".

 

Is there a good way, or is it even possible, to link the library statically when building the application?

 

Thanks!

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Guest
This topic is now closed to further replies.

×
×
  • Create New...