Languages

Menu
Sites
Language
how to use lib win 32 in Tizen?

Hello Tizen Developers!

I have soucre static lib (.lib) build Win32 in VS 2012.

I don't know use and call a function of win32 lib(.lib)  in Tizen.

Please help me.

Thanks.

Responses

3 Replies
Alex Dem

Hi,
I think it is impossible. Tizen mobile devices supports Shared  (*.so) & Static libraries (*a) as Unix systems. You could create any such libraries (static&shared) in Tizen IDE->New->Tizen Native Project->Library.

I think you unable to link your Tizen project with Windows static library.
Alexey.

colin Rao

Hi,

I agree with Alex, Tizen are Linux/Unix likeness os, it's difrent from the windows.

Additional, regarding how to use static library in Tizen Native Application, you can refer to this link https://developer.tizen.org/documentation/articles/working-static-libraries-tizen, it was created for 2.2.1, but most of items applicable for 2.3

Hieu Nguyen Minh

My lib is very big, can't not write again with Tizen with tiny time.  I will find another solution.

But thanks so much for your answer, thanks Colin and Alex.