View Single Post
  #2 (permalink)  
Old 09-15-2008, 12:48 AM
Anirban Chakraborty's Avatar   
Anirban Chakraborty Anirban Chakraborty is offline
Learning Programmer
 
Join Date: Oct 2006
Location: India
Posts: 50
Credits: 0
Rep Power: 9
Anirban Chakraborty will become famous soon enough
Default Re: Help needed with dll

If you are on *nix creating a *.a or *.so file (library file extension) is quite easy.
Just compile the source code and stop before you link it.
Call the "Archiver utility" and apply it on your Object file.
About creating DynamicLinkLibrary files I can't say anything.
__________________
Anirban Chakraborty
Reply With Quote