-
Hi Bill,
Please have a look at JILocalInterfaceDefinition(String,boolean) ctor, it has a flag for enabling automation for an interface. As a matter of fact , if you use the other ctor JILocalInterfaceDefinition(String) , IDispatch is set to enabled automatically. Please refer to MSinternetExplorer.java in the "test" package for an idea.
hope this helps,
best regards,
Vikram.
2009-11-10 01:19:10 UTC in j-Interop : Java - COM Interoperability
-
No problem, you know the ID to sent the logs to :) ...
take care,
best regards,
Vikram.
2009-11-07 17:21:42 UTC in j-Interop : Java - COM Interoperability
-
Hmm, this is probably a bug then. Could I get the logs please at FINEST level. They need not be in entirety, the last 5MB (zipped) should be okay.
thanks,
best regards,
Vikram.
2009-11-07 17:10:55 UTC in j-Interop : Java - COM Interoperability
-
This should have been cleaned. Have you turned the library's GC off ? And which version are you on ?
best regards,
Vikram.
2009-11-07 15:41:24 UTC in j-Interop : Java - COM Interoperability
-
Hi,
Exchange Server is a COM server. If I may suggest, please read about introduction to COM , introduction to CDO (collaboration data objects) and introduction to VBScripting before using j-XChange. The library is unfortunately meant for advanced users , the aforementioned should give you some footing to work with.
thanks,
best regards,
Vikram.
2009-11-06 00:09:23 UTC in j-XChange: MSExchange Unbounded !
-
Hi Gina,
No you don't require either.
thanks,
best regards,
Vikram.
2009-11-05 00:40:46 UTC in j-XChange: MSExchange Unbounded !
-
Hi ,
Check the "j-interop -dcom configuration" forum. I think that might help.
best regards,
Vikram.
2009-10-14 14:13:25 UTC in j-Interop : Java - COM Interoperability
-
Hi,
Object[] coords = getStagePosition[0].getObjectAsArray();
then check the coords[] for your return objects.
thanks,
best regards,
Vikram.
2009-10-01 01:40:12 UTC in j-Interop : Java - COM Interoperability
-
Hi,
If an array is being returned it would be wrapped in a JIVariant. Check the JIVariant at index [0] and do a getObjectAsArray there.
best regards,
Vikram.
2009-09-30 18:20:18 UTC in j-Interop : Java - COM Interoperability
-
Hi,
You will have to use both, i.e implement IWbemObjectSink using JILocalCoClass.
Just when you do, please post :) ...
best regards,
Vikram.
2009-09-30 17:17:59 UTC in j-Interop : Java - COM Interoperability