From: Inderjeet S. <ind...@gm...> - 2009-08-10 13:27:31
|
I have some code that uses java data type byte extensively, and the generated xmlvm code uses byte* everywhere but fails to compile. Does xmlvm handle byte datatype? If not, will just adding a typedef from byte to char solve the problem? Thanks Inder |