The com.inzoom.comjni.Font interface setSize function takes a long parameter and the getSize function returns a long. This seems to get passed through to the...
Hello, access violation are typically throwed if a object is already released and a programm will call a object metod. Please check you code to make sure the...
Hello Tracy, i was test your issue with as simple ATL COM Object what does support IFont interface. But all things works fine. Please check you COM Object...
Hi, i get a variant of the ADO type 131(NUMERIC). I've read (MySQL homepage) that i should convert it in an "java.math.BigDecimal". Is this correct? How can i...
Hi Stefan! ... Sorry, if i wasn't specific enough. No, i get get an "com.inzoom.comjni.Variant" and getVt() returns the value 131. The problem is, that...
This is strange, because 131 is not a valid vartype. Variant has a getDecimal method, did you try it? Stefan ... getDouble ... the ... to ... (double...
... Why is 131 not a valid type? ... My version is a little older, is it possible that this method has been added in a newer version? Must i re-generate...
Hermann - I have checked the COM interface. lpFontInterface->get_Size() returns a CY. When I set the font size to 160000 (int) in my applet, the Lo value in...
The code just copies the long (8 byte) value from the JNI jlong type to the parameter stack of the vtable method. I guess the COM marshalling layer changes the...
Stefan, I found that the driver returns records properly if the cursorlocation is set to client side. What value does jadozoom set the cursorlocation to when...
you can call ((com.inzoom.jdbcado.IStatement) stmt).setDefaultCursorLocation(3); before calling stmt.execute(Query) Stefan ... the ... result ... have ... ...
Hi , Is jacoZoom compatable with MS VM in the browser ?? I have an applet use jacoZoom and the second it hits the = new STAThread() it dies. meaning it...
Sorry, my last reply was intended for somebody else.. No, it does not work with the MS VM. MS have built-in support for ActiveX controls. Stefan ... ...
Hi Friends, I get the following exception in my java code. com.inzoom.comjni.ComJniException: code=com.inzoom.comjni.enums.HResult.TYPE_E_CANTLOADLIBRARY Type=...
Hi Stefan, Have any ideas to resolve this error. I get this at the statement, staThread = new STAThread(); This line is after Dll.runRoyaltyFree() and I get...
I need to load an image of a file or from memory and to put it in a Picture object to add it to a button of a toolbar of Office. How I can do it? Thanks...
I have posted an updated jacoZoom installation which contains the method com.inzoom.comjni.ComLib.oleLoadPictureFile This should help you achieve your goal. ...
Thanks for your help. I have other problem, please help... ... // new Toolbar CommandBar cbToolBar = application.getCommandBars().add(new Variant("New...
This code only runs inproc with Word, that is from VBA when you start VBA from word. If you run it for example from a VB application it fails same as with...
Hi, I used the library for four months and it works perfectly, included on various computers. I found recently two machines on which the Control cannot be...