8 messages in net.java.dev.jna.users[jna-users] Pointer to native interfa...
FromSent OnAttachments
José Ramón VargasJul 17, 2007 3:14 pm 
Timothy WallJul 17, 2007 4:06 pm 
José Ramón VargasJul 18, 2007 10:06 am 
Timothy WallJul 18, 2007 11:13 am 
José Ramón VargasJul 18, 2007 3:11 pm 
Timothy WallJul 18, 2007 3:53 pm 
Daniel KaufmannJul 18, 2007 8:30 pm 
张久安Jul 18, 2007 8:50 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:[jna-users] Pointer to native interface?? Actions...
From:José Ramón Vargas (jose@softtek.com)
Date:Jul 18, 2007 3:11:36 pm
List:net.java.dev.jna.users

Ok, now i get it, well the thing is that I was trying to create an instance of the ICDBurn interface contained on the shell32.dll from windows, and while I was investigating the way to do so I found out that the best way to do so was to the COM via the ole32.dll, but if you tell JNA it’s not a COM wrapper then I try it via the shell32.dll but I’m standing in the same path, I can get the Pointer to the interface created via the SHCoCreateInstance or is there another way?, but I do not know how to do it, if it’s not possible this way can I access a .dll created with VB???