Languages

Menu
Sites
Language
Adding external library (.dll file) to a native project.

How can i add a external library (.dll) to native application? Is it possible?

I tried to

1. add .dll files to 'lib' folder

2. add files to subfolder of lib and add the paths in 'Project>Properties>C/C++ General/Paths and Symbols>Library paths'

but those doesnt help.

Thanks in advance for reply.
 

Responses

2 Replies
Alex Dem

Hi,
No. Tizen Linux based platform. you should use static libraries (*.a) or shared (dynamically linked) *.so  libraries.
You could build them with Tizen SDK (there are Tizen Native Project empty templates for static/shared libraries in SDK).
Alexey.

colin Rao

Just f.y.i.

similar topic https://developer.tizen.org/forums/native-application-development/static-library