Thread: API
View Single Post
  #2 (permalink)  
Old January 21st, 2008, 08:27 AM
benjamin.wang benjamin.wang is offline
Registered User
 
Join Date: Jan 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benjamin.wang
Default

Hi mallik,
    Yes, it is possible. You can create either a static library which is a .a file or a dynamic library which is a .so file. You can refer to some books on linux programming and study how to create static library and dynamic library, and makefile as well.

Hope that helps.

Regards
Benjamin

Reply With Quote