On 3/6/07, Sruthi <[EMAIL PROTECTED]> wrote:
Hi..
     I need to include a third party library into my application. ie; i got to include a 
jpeg decompression library. I am using codewarrior IDE 9.3. How to include  
"*.lib" file  into a current project.

If it's a static library and it was built for CodeWarrior, you just
add it to the project (use Add File or just drag it from an Explorer
window).  If it's a shared library, you just need to use the proper
header file as all the linkage is done at runtime by calls to
SysLibLoad.

--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to