-
Hi,
I am trying to write in Java+Jawin a simple call to a scriptable component. The example is working in Python but not in Java... It seems that every call to get is failling. Can someone help me to find why?
--
Regards,
Loïc Fejoz
import org.jawin.COMException;
import org.jawin.DispatchPtr;
import org.jawin.win32.Ole32;
/**
* <pre>
* >>> import...
2009-08-17 14:37:50 UTC by yermat
-
ceis committed patchset 424 of module jawin to the Jawin CVS repository, changing 1 files.
2009-06-03 15:36:36 UTC by ceis
-
ceis committed patchset 423 of module jawin to the Jawin CVS repository, changing 2 files.
2009-06-03 13:42:06 UTC by ceis
-
ceis committed patchset 422 of module jawin to the Jawin CVS repository, changing 1 files.
2009-06-03 13:32:41 UTC by ceis
-
ceis committed patchset 421 of module jawin to the Jawin CVS repository, changing 1 files.
2009-05-18 09:55:25 UTC by ceis
-
Hi everyone!
I'm trying to use a DLL function wich needs a struct pointer as a param,
the function returns an integer value (0) if it's correctly executed or any other if not,
and uses de struct pointer to assign the related values.
I've been searching all over the web, but I haven't found anything.
Could any one give me a hand?
p.d.
I'm trying with...
2009-03-31 21:09:28 UTC by joadarpe
-
Hi everyone!
I'm trying to use a DLL function wich needs a struct pointer as a param,
the function returns an integer value (0) if it's correctly executed or any other if not,
and uses de struct pointer to assign the related values.
I've been searching all over the web, but I haven't found anything.
Could any one give me a hand?
p.d.
I'm trying with...
2009-03-31 21:06:57 UTC by joadarpe
-
Hello
I would like to know if Jawin can be used to access Win32_PrintJob table?
If it is, how can I do that?
Thanks
Regards.
2009-02-09 08:01:25 UTC by pjmorce
-
Can't create registry key in HKEY_LOCAL_MACHINE on Windows Vista, but create registry key in HKEY_CURRENT_USER works well.
System : Vista
jawin-2.0-alpha1
Java version : 1.6.0_01
Development platform : Eclipse 3.2.2.
2007-07-10 09:27:52 UTC by nobody
-
I don't understand COM yet, but I get this error:
org.jawin.COMException: 8000ffff: A VT_VARIANT must be
combined with VT_BYREF (base vartype 12)
at
org.jawin.marshal.GenericStub.dispatchInvoke0(Native
Method)
at
org.jawin.marshal.GenericStub.dispatchInvoke(GenericStub.java:201)
at
org.jawin.DispatchPtr.getN(DispatchPtr.java:248)
at...
2006-10-28 13:15:37 UTC by strazhce