Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/19/06 11:36
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#114509 - RTFM?
Responding to: ???'s previous message
Sachin Praba Deshmukh said:
Currently I am facing a difficulty of making .LIB file from a C sourse file and using that file in the program. Can anybody explain me this or provide me some link so that I can explore the possibilities of using these links for making library files.

This will depend on the specific tools you're using.

You need to read the Manuals for your Librarian, Library Manager, or whatever your particular toolset calls it.

Have you looked on the Tool provider's website for examples, application notes, etc?

In general, you compile your 'C' source file(s) to Object file(s) in the usual manner, then use the Librarian to add them to the Library.

For a "customer" to use the library, you need to supply the Library and a (set of) header file(s).
The "customer" then #includes the header(s) in his 'C' source files, and adds the Library to his list of Linker input files.

Without knowing your specific tools, I don't think it's possible to say more?

List of 3 messages in thread
TopicAuthorDate
Making .LIB Files & using them            01/01/70 00:00      
   RTFM?            01/01/70 00:00      
      but why on earth would that be included            01/01/70 00:00      

Back to Subject List