12 messages in net.java.dev.jna.usersRe: [jna-users] Re: equivalant of enu...
FromSent OnAttachments
daniel jeemNov 10, 2008 12:00 am 
daniel jeemNov 10, 2008 1:33 am 
Stephen ConnollyNov 10, 2008 2:38 am 
daniel jeemNov 10, 2008 3:30 am 
daniel jeemNov 10, 2008 7:35 am 
Stefan EndrullisNov 10, 2008 8:09 am 
LYou...@gkservices.comNov 10, 2008 9:07 am 
daniel jeemNov 11, 2008 12:54 am 
daniel jeemNov 12, 2008 12:28 am 
Stefan EndrullisNov 12, 2008 2:26 am 
daniel jeemNov 12, 2008 5:08 am 
LYou...@gkservices.comNov 12, 2008 2:37 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] Re: equivalant of enumerations in JNAActions...
From:LYou...@gkservices.com (LYou@gkservices.com)
Date:Nov 12, 2008 2:37:24 pm
List:net.java.dev.jna.users

I may be mistaken, but I think that the enumeration in C code is not transfered through JNA. I think maybe there is something about how the compiled stuff gets put together that prevents JNA from being able to know much about that it's a 'enum'.

Levi Yourchuck Senior Programmer Analyst G&K Services Phone: 952 912 5828 www.gkservices.com Enhancing Image & Safety Through Innovation This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this e-mail and destroy any copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal.

"daniel jeem" <dani@gmail.com> 11/12/2008 02:29 AM Please respond to use@jna.dev.java.net

To use@jna.dev.java.net cc

Subject Re: [jna-users] Re: equivalant of enumerations in JNA

2008/11/10 <LYou@gkservices.com>

int SUNDAY = 0; example(SUNDAY);

Hello,

I dont want to implement any thing in my java code, Since the enumeration are declared in the C code, I just want to use this enumeration. there is any way to do this. Regards.