> >Hi, > > > >I try to create a string in constructor with hex values : > >00 05 28 00 00 96 08 > >but when i compile, i have > >00 05 28 00 00 D0 08 > >instead, do you know why ? is this a bug ? > > No idea, but it is likely a Constructor problem due to the embedded NUL > character. > > If you're using the new 5.0 68K SDK R2 that's in beta, there's a new "raw > data" type in Constructor that would be a better choice. You can either > import raw data from a file or directly specify it using hex characters. >
Ok it seems to work with the Custom Data resource type, but how can i retreive data from my Custom Data resource ? thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
