语言

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.

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

2 回复
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