From: Sascha H. <sa...@gm...> - 2009-08-10 16:01:33
|
Hi Inder, what output language do you use? Thanks // Sascha On Mon, Aug 10, 2009 at 5:46 PM, Inderjeet Singh <ind...@gm...> wrote: > Hi Arno, > > Thanks for the quick response. I am compiling from Java. > Here is an example: > > class Foo { private final byte value; > public Foo(byte value) { > this.value = value; > } > public byte getValue() { > return value; > } > } > > Thanks > Inder > > > On Mon, Aug 10, 2009 at 7:12 AM, Arno Puder <ar...@pu...> wrote: > >> >> Inder: can you please mail a small, self-contained example that >> demonstrates the problems over this mailing list? >> >> Thanks, >> Arno >> >> >> Inderjeet Singh wrote: >> > 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 >> > >> > >> > ------------------------------------------------------------------------ >> > >> > >> ------------------------------------------------------------------------------ >> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> 30-Day >> > trial. Simplify your report design, integration and deployment - and >> focus on >> > what you do best, core application coding. Discover what's new with >> > Crystal Reports now. http://p.sf.net/sfu/bobj-july >> > >> > >> > ------------------------------------------------------------------------ >> > >> > _______________________________________________ >> > xmlvm-users mailing list >> > xml...@li... >> > https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |