Languages

Menu
Sites
Language
Include and use DLL library in Tizen project

Is it at all possible to link a DLL library (with dll extension) in a Tizen project and use the library functionality in the app?

If it is possible, what are the requirements for the DLL library, what are the necessary project settings, and how should it be loaded and accessed?

A step by step guide of how to accomplish this would be great.

Thank you for your help.

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 Replies
wil smith
Tizen is Linux based platform, so you won't be able to use the .dll files here. You should use .so files for dynamic libraries, the steps and procedures are pretty much similar to bada's
use .so library as wil said or compile your own inside Tizen SDK using header + source files if it is open source