Hello Youngcheol.
you can use Codewarrior create your own lib file. To create .lib file, you need follow the steps below.(please also refer the attached mylib project)
The following is how to use the lib file in the project:
see attached demo code
I hope this information is helpful to you.
Best Regards,
Zhang Jun
==================================
if this answer helps, please click on "Correct Answer" button. thanks!
=====================================
Hello Youngcheol.
you can use Codewarrior create your own lib file. To create .lib file, you need follow the steps below.(please also refer the attached mylib project)
The following is how to use the lib file in the project:
see attached demo code
I hope this information is helpful to you.
Best Regards,
Zhang Jun
==================================
if this answer helps, please click on "Correct Answer" button. thanks!
=====================================
Hello,
I made lib file for my project.
There are included some common library functions, like as memcpy, memset, memcmp, ... ...
How can i make a lib file that don't include a common library functions.
I will be appreciated your help.
Thanks.
Hello Youngcheol.
please make sure there is no ansi related lib included in your self-made lib file.
Best Regards,
Zhang Jun
==================================
if this answer helps, please click on "Correct Answer" button. thanks!
=====================================