Utilisation d'un OCX avec Jawin
Bonjour,
j'ai commencé à utiliser Jawin pour ouvrir des composants OCXs propriétaires (développement avec Eclipse).
J'arrive à ouvrir ces composants, mais lorsque j'utilise la méthode "get", j'ai l'erreur suivante:
Code:
1 2 3 4 5 6 7
|
org.jawin.COMException: 80020009: Une exception s'est produite.
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 org.jawin.DispatchPtr.get(DispatchPtr.java:171) |
Idem avec la méthode "put" :(
Jawin n'étant pas tout jeune, est-ce la meilleure API à utiliser ?
Merci pour vos conseils.