语言

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?

 

 

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

响应

7 回复
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:)