Hello, ... Yes, i can reproduce your problem with Word file from my file section. The some differences to Word document from zip archive ( new uploaded ) are...
That's different from what I am getting. I don't even see a coding selection dialog at all. In fact, everything behaves the same as any regular Word document...
Hello ... Screenshots and both WinWord documents are inside OLEDoc_WinXP_OfficeXP.zip in my file section. Test environment : WinXP with OfficeXP : See...
Hi, you can add the property "Jet OLEDB:System Database=c:\\somefolder\\mysystem.mdw;" to the connection string in order to explicitly set the path of the...
Did you keep the "Jet Oledb:Database Password..." in the connection-URL, too? How did you locate the MDW? Did you open the database with Access, thereby...
I located the path to the System.mdw according to your instructions. The command ?CurrentDB.SystemDB does not work, the ?DBEngine.SystemDB does give a path. ...
Hi, if the same connection string works with a delphi application, it should work with the java app, too. Unless however, the java application runs under a...
OK, the problem was that we use TopLink database persistance libraries also with JADOZoom, there is JDBC Username and password properties that can be set, i...
I have an application that is having problems with JOLEDocument and useRegistry on Vista Enterprise SP2. When the JOLEDocument is shown, the application just...
Hello ... Yes, you are right using of JOLEDocument.useRegistry method can hang off Vista Boxes ( SP1 and SP2 too). Latest jacoZoom version declare this method...
... Now it works, thank you. I thought I had tried that and got the not registered error, but I may have had an older version of the dlls on that attempt....
I must, again, publish my total ignorance of COM in general and ask for help. I have a dll with the following description: The VRMLSaver object is a COM object...
Dear group, I have a ATL library which contains an interface called service. This interface defines a method called initialize which returns an integer in...
I managed to register the dll manually by using an administrator console on Vista, and the error dissapeared. But, should that really be necessary? Doesn't...
every COM method returns a HRESULT which is a 32bit int value. This value should do nothing else than indicate success or failure of the method. Most COM...
Hello Henrik, the main way to converting interfaeces in COM is to use IUnknown.QueryInterface. JacoZoom does support converting interfaces and provide it...
This Application.quit method throws an exception with certain Word files. What is the cause of this exception? Please see the file AppQuitException.7z for an...
I'm using jacozoom to access hp Quality Center 9.2 from a Java web application. Due to a memory leak in the used Quality Center 9.2 file (OTAClient.dll)...
Hi, Does jacozoom support array of UDT? How to generate wrapper for a method which takes array of stuct as argument. Jacozoom failig to generate wrapper for...
Hello Shu, ... thanks for posted source. I suppose you means 0x800a11fd exception throwed by WinWord. This one tell us that the Word.Application can not run...
Hello ... By COM design rules the memory is owned by COM objects itself. So reload jacoZoom .dll and wrappers will not help you with COM object memory leaks. ...
Hi, Can anyone please tell me how can we pass a variable with "Pass by refernce" using jacozoom? I have a COM addin. Here I want to pass the data using "Pass...