Page 1 of 1

Add own or third party library.

Posted: Mon Aug 11, 2014 7:36 am
by abinfra
How I can add third party libraries or own with HMG-IDE UNICODE?

Thanks in advance and best regards.
Antonio.

Re: Add own or third party library.

Posted: Mon Aug 11, 2014 12:44 pm
by Rathinagiri
Enter in Configuration tab in IDE:

libs=YourLibrary.a

Library name should be libYourLibrary.a

Re: Add own or third party library.

Posted: Mon Aug 11, 2014 1:01 pm
by abinfra
Thanks Rathinagiri.
Best regards.
Antonio
Rathinagiri wrote:Enter in Configuration tab in IDE:

libs=YourLibrary.a

Library name should be libYourLibrary.a