Hi, I tested around a little, and realised, that everytime I try to do some kind of write operation on a wayPoints object (like add or clear ...) I get some...
Hi, I think the error lies somewhere at the flags param of invoke, which is always 1 for "write" (I guess they write somehow) operations inside my wrapper-...
Hi, I have a little problem with the init() fuction of my JActiveX object. Basically I do everything more or less simular to the JWebSTA-Example. I make a new...
Hi, I have been trying to convert the Acrobat 6.0 example code into something that can simply launch and close Acrobat 7.0.0, however I am having no success. ...
Hi, is it possible to include a browser window of MSIE or Firefox in an Swing-Applet/Application with Jacozoom? Is there any example or hints how to do this? ...
Hello Richard ... Yes, the typelibrary for Reader 7.0 ActiveX control may be found in the AcroPDF.dll.( TypeLib key of ActiveX control does point to this file)...
Hi Ingo, ... You can embedd any ActiveX controls(MSIE,Adobe Reader) or ActiveX documents(Word,Excel,Corel) in a Swing-Applet/Application with jacoZoom. ... ...
Hi, thanks for the tip. I'll try it, but so far it didn't work that way, because I get an CO_E_OBJNOTCONNECTED Exception. I think this is because I want to do ...
Thanks, AcroPDF.PDF worked perfectly. The final two problems I now have are: 1. I cannot seem to find the right code to close Acrobat Reader when I close the...
OK, I found how to close Acrobat: m_jax.release(); All I now need is to be able to disable the menus / toolbars (or hide them)? Cheers, Richard ... when ... ...
Hello Richard, ... This will be called automatically(except reparenting is on) if ActiveX parent does release its resource ( Component.removeNotify()) ... ...
... Sorry but i don't understand the method signature. AFAIK COM does't define a type named "string". Do you mean BSTR ? Where come this signature from ? If...
Hi! Does anyone know if it's possible to use JNDI with jadozoom and how to configure it?? I'm using a DBMS that doesn't have a jdbc driver, so i decide to...
Has anyone use JacoZoom with JBoss? I am trying to deply a Service Archive to jboss that uses JacoZoom. When it tries to start it, it gets an 0x80070002 error....
Hello, I stored the Items MailItem from Outlook in an ArrayList. Now if I want to work with MailItem from my ArrayList I get the following error code: # # An...
Hi, ... I'm not export for JBoss, but i can told above HRESULT 0x80070002. Error description for it is : "The system cannot find the file specified." AFAIK...
... I'm not expert to JNDI, but i see two possible scenarios. We are known what jadoZoom connection objects are not seriazable, and we can't distribute this...
... I'm surprised that jacoZoom allows this type of crash. Wouldn't it be better if the JCW remembered whether it had been released or not and threw...
Is there any way to know what file it is complaining about? David Robison ... -- David R Robison Open Roads Consulting, Inc. 708 S. Battlefield Blvd.,...
... [TOFU removed] ... [TOFU placed] ... I would search for hints in the log-files. Can you access the exceptions call stack trace ? Regards, Hermann...
... [Welcome to real COM programmers life ;-)] ... AFAIK to define "extraneous" releases we need a counter, or do you have a another solution ? You are right...
Here is the call stack trace: Error init COM bridge: com.inzoom.comjni.ComJniException: code=0x80070002 Type= com.inzoom.comjni.ComJniException.eComError ...
Here is the call stack trace: Error init COM bridge: com.inzoom.comjni.ComJniException: code=0x80070002 Type= com.inzoom.comjni.ComJniException.eComError ...
When I run from my own application with -verbose:jni, I get the following output: Dynamic-linking native method com.inzoom.comjni.ComLib.jniCC ... JNI] ...
Correction, when running in JBoss, I only get the first message Dynamic-linking native method com.inzoom.comjni.ComLib.jniCC ... JNI] but no others. David ... ...
Hello ... .startService(OBVNotifyService.java:114) Good news as i can see jzmcomjni.dll does get loaded - we have a ComJniException; I think you have( please...
1) and 2) both pass. Also, I can run the program standalone and it works fine. Sounds like a jboss issue? Any thoughts? David ... -- David R Robison Open Roads...