Search Unity

Tizen Docs give C headers but not Lib names??

Discussion in 'Tizen' started by zezba9000, Jul 23, 2015.

  1. zezba9000

    zezba9000

    Joined:
    Sep 28, 2010
    Posts:
    985
    Trying to implement some plugin code now but am finding the Tizen docs to be rather lacking.
    I need to know what Lib names are used for specific headers. Such as the message box api: https://developer.tizen.org/dev-gui...ODULE.html#ga32013c0d16b46a60be3f837c6474e4be

    It tells me the header required but not the lib its used in. BlackBerry, MS and Apple all list this in there docs and is part of normal doc gen. Why Tizen doesn't give you this is beyond me. Is there an easy quick way to find this info? Thought someone might know.

    Here is the location to lib: C:\tizen-sdk\platforms\mobile-2.3\rootstraps\mobile-2.3-device.core
    Would be nice to know what lib goes with what header.
     
    Last edited: Jul 23, 2015
  2. zezba9000

    zezba9000

    Joined:
    Sep 28, 2010
    Posts:
    985
    Looks like it might be: libcapi-messaging-messages.so
     
  3. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    The Tizen forums would be a more appropriate venue for questions relating to the Tizen SDK. https://developer.tizen.org/forums
     
  4. zezba9000

    zezba9000

    Joined:
    Sep 28, 2010
    Posts:
    985
    Good idea :)