problem occurinn in using datatype float

3 messages - 709 views

Hi,

I am using netbeans 6.5 version and kuix 1.1.0 version.But Kuix 1.1.0 does not support float daatype in rms(Record Management System) .Anyone can help in the matter...

Regards,

You're probably compiling for CLDC-1.0 devices (support for floats was introduced in CLDC-1.1). In NetBeans go to "File" > "Project Properties" > "Platform" and then ensure "Device Configuration" is set to "CLDC-1.1".

Thanx a lot 

i have done it