Languages

Menu
Sites
Language
FloatMatrix not available in Tizen::Base???

Hi,

I tried using FloatMatrix as described in the document here:

https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.apireference%2FclassTizen_1_1Base_1_1FloatMatrix.html

However I got the error: "error: no type named 'FloatMatrix' in namespace 'Tizen::Base'". What am I missing something obviously?

 

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

7 Replies
Pushpa G
Have you included #include in your .cpp or corresponding .h file? If not, then include it and check
RAJENDRA NAIK
Hi le thanh dinh, Can you please try including #include and check
RAJENDRA NAIK
Hi le thanh dinh, Can you please try including #include and check the result.
RAJENDRA NAIK
Can you please include fbaseobject.h and check the result.
le thanh dinh
Hi Pushpa and Rajendra, Thanks for your help. It worked. I have to include the file explicitly. I thought that FloatMatrix is within Tizen::Base as Tizen::Base::String and including was enough.
le thanh dinh
Hi Pushpa and Rajendra, Thanks for your help. It worked. I have to include the file FBaseFloatMatrix.h explicitly. I thought that FloatMatrix is within Tizen::Base as Tizen::Base::String and including FBase.h was enough.
Pushpa G
ok thank you too:)