Languages

Menu
Sites
Language
Compile time macro for Tizen OS detection

Hello, 

Is there a macro defined in Tizen SDK to indentify if the OS is Tizen at compile time ?

Similar to say TARGET_OS_IPHONE or __ANDROID__ ?

Thanks

Responses

2 Replies
daniel kim

Hi,

There is no such Macro or APIs which are associate with OS detection for application. so I suggest you to use your own macro manually inside of code before compile.

I wish this will help you.

daniel kim

Hi,

There is no such Macro or APIs which are associate with OS detection for application. so I suggest you to use your own macro manually inside of code before compile.

I wish this will help you.