Hi I've got the free trail evaluation of jacozoom and I consider purchasing a developer license. But when I tested the free trail evaluation I've got the...
Hi, this is an error code returned by your COM server. You should find out, which method of your COM Server returns this HRESULT and consult the documentation...
Hi, I'm trying to get a range of slides but if I try to use the VBA way - putting an array of ints as argument i get compilation error as the only argument...
Hi, you must put a SafeArray inside a Variant SafeArray sa = new SafeArray(values); Variant v = new Variant(sa,false); for the parameter of the SafeArray ctor...
thanks But i still think it's jacozoom problem, since when my application stat, i don't get any Exception form the COM server. i got the Exception after 48...
Hi, I have recently purchased a license and have just run into the following problem related to accessing a byte array from an event handler. The ActiveX...
Hi, this is not the stack trace. Please post the complete diagnostic output - the result of your println statements - as well as e.printStackTrace. Also, note...
Here are all diagnostic messages and stack trace information: data arriving! array size: 5000 vt: 8209 get data from SafeArray ERROR, getByteArray() Exception:...
Hello ... You get your type information from variant what does wrap the safe array - Variant.getVt(). What happens if you try to get element type from safe...
Hi, it is an old bug of Win API. If a Safearray is created using SafeArrayCreateVector, then afterwards a SafeArrayGetVarType call fails. It is ridiculous:...
Hi all, the following code snippet doesn't work I have built a wrapper classes for excel 11(2003) public ExcelChart(String title, Worksheet ws, double...
Hi, it could be a language pack problem. Try with the LCID 0x409 (1033), which is EN-US. The jacoZoom wrapper generator frontend has a input field for default ...
Please check out the jacoZoom.msi from the files section of this yahoo group (folder stefan). It contains a getByteArray(boolean ); overload. Try with...
Hi, can you make a small demo program which reproduces the problem, then I can test it? With the same functionality coded in VBA, and running.. Are you sure,...
hi, i have checked the lcid paramter during debugging and it is 1033 the parameters for left,top,bottom and right are valid i think. send will you an zip file...
Hi Stefan, I went ahead and installed your new release. Also, I have made the change to call getByteArray(false). I ran the test again, and I got an...
Hi, the native method is located in izmjnicom.dll. Could it be that you have another copy of this dll, which is loaded with your program? Stefan ... bytes. ......
Hi Stefan, I have double checked and as far as I can tell, I am using the new DLLs. One observation, I have noticed that the old DLL's and the new DLL's have...
Hi, the problem is that you called the PlotArea properties before adding series to chart. I guess your successfull VBA tests were run with a chart, that ...
I just tested it again and the native method definitely is inside the dll. Please search again for an older izmjnicom.dll. The new dll has version 1.5.1.8....
Hi Stefan, Problem solved. I was using an older version of the DLL which was in another path. Now everything appears to work as expected. I would like to...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jacoZoom group. File :...
jacoZoom@yahoogroups....
Dec 22, 2006 12:51 pm
3694
Hello all, latest release does support using izmjnicomax.dll without registry access. This issue will be helpfull for Java Web start applications and , in...