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 on 18 03, 2014

Responses

1 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