Search the web
Sign In
New User? Sign Up
jacoZoom
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4461 - 4491 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4461
Hi, Any idea when 64-bit version of JacoZoom will be available? We want to deploy our software on 64-bit Windows 2003. Our software is built on Internet...
Nara Govindarajan
gnaraa
Offline Send Email
Mar 6, 2009
6:36 am
4462
Hello, We have been using jacozoom successfully, but would like to move over to eclipse.swt. Can somebody provide an example with say a word document. I've...
condoreagletalon
condoreaglet...
Offline Send Email
Mar 9, 2009
9:42 am
4463
We have bought the source code of Jacozoom. We feel that the following code segment in ArrayDesc.cpp leaks memory. Can you please confirm if it does. JNIEXPORT...
anish.philip
Offline Send Email
Mar 9, 2009
2:11 pm
4464
Hi, We have purchase jacozoom and integrated with our application with Quality Center 9.0. It is working fine. Now we are migrating to Quality Center 10. We...
Mohsin khan
at_mohsin
Offline Send Email
Mar 9, 2009
2:14 pm
4465
We have an application that displays multiple ActiveX controls for viewing video in a Java window. This application works fine under Java 1.6.0_07 but under...
kc7bfi
Offline Send Email
Mar 9, 2009
2:35 pm
4466
Hi, please generate new wrapper classes and make sure your code uses the new classe and not the old ones. Stefan...
Stefan Zschocke
szschocke
Offline Send Email
Mar 9, 2009
3:43 pm
4467
Hi Stefan, Thanks for the information. I have generated new wrapper classes and execute the same sample code. The program getting hanged while getting...
Mohsin khan
at_mohsin
Offline Send Email
Mar 10, 2009
6:43 am
4468
I've built wrappers based on Microsoft Office\Office12\MSACC.OLB and have this code: //Test for Access2007 ...
John Lucas
va3jsl
Offline Send Email
Mar 10, 2009
3:43 pm
4469
Hi, please try with a VBA environment if your sample code works. If it does not work with scripting and doesn't work in VBA or VB then your server prbly is not...
Stefan Zschocke
szschocke
Offline Send Email
Mar 10, 2009
6:18 pm
4470
The DBEngine you are using probably is from DAO36 but in order to use the ACCDB files you must wrap Microsoft Office 12.0 Database Engine objects (ACEDAO.DLL) ...
Stefan Zschocke
szschocke
Offline Send Email
Mar 10, 2009
6:24 pm
4471
Thanks for the prompt and helpful response....
John Lucas
va3jsl
Offline Send Email
Mar 10, 2009
7:59 pm
4472
Hello, I manage to get the activex to be shown in the window, but i am not receiving any events. I know SWT is STA and jacozoom is MTA. I tried changing the...
condoreagletalon
condoreaglet...
Offline Send Email
Mar 11, 2009
7:37 am
4473
Hi, I want to know that is there any way to generate wrapper classes for java interface/object using jacozoom? Can i directly call a method of Java class from...
amruta010285
Online Now Send Email
Mar 12, 2009
11:29 am
4474
Hello, ... Please check http://java.sun.com/j2se/1.4.2/docs/guide/beans/axbridge/developerguide/index.html this SUN tool will make possible to access java...
Hermann Scheibe
h_scheibe
Offline Send Email
Mar 13, 2009
7:40 am
4475
My applet destroy() code calls both IDispatchJCW.release() and JActiveX.Release(), in that order. (We need to call JActiveX.Release() because I set...
tjbrownnh
Offline Send Email
Mar 24, 2009
4:10 pm
4476
Hello Tracy, it's very hard to answer without a concrete use case. To many release() calls will disbalance COM objects internal reference counter and may be...
Hermann Scheibe
h_scheibe
Offline Send Email
Mar 26, 2009
5:32 pm
4477
Hi. Sorry for the long delay. We are working on this project again and is still very confused about how to transfer a 4x4 matrix of doubles through a Variant...
Henrik Dohlmann
hdohlmann
Offline Send Email
Mar 27, 2009
9:36 am
4478
We found a solution by Googling a bit and experimenting a bit more :-) See below for code sample. New question: What is the consequence of creating a variant...
Henrik Dohlmann
hdohlmann
Offline Send Email
Mar 29, 2009
6:50 pm
4479
Hello, I am using SWT's OleControlSite to show our activex controls, and using Jacozoom COM to create the controlling interface. We have thread that runs async...
condoreagletalon
condoreaglet...
Offline Send Email
Apr 2, 2009
1:32 pm
4481
I have to support an application interface in two different versions in my application. Therefore I have created two JAR archives with the wrapper classes from...
dirk.roesler
Offline Send Email
Apr 5, 2009
3:47 pm
4482
Dear Members, Walkin Jobs For Freshers Chennai Jobs Only For Freshers <http://www.spelljobs.com/jobs/index.php#24> Wipro Infotech - Apply ...
meena meena
m_meena98
Offline Send Email
Apr 7, 2009
1:59 pm
4483
Hi there I have a couple of questions regarding jadoZoom. I don't think they are answered in the forum. Do developer licensees get a User's Guide or set of...
hbiib
Offline Send Email
Apr 9, 2009
12:26 am
4484
Hi, concerning your questions: 1. As jadoZoom is a jdbc driver, the jdbc api docs apply. There is no specific jadoZoom api documentation. 2. As for importing...
Stefan Zschocke
szschocke
Offline Send Email
Apr 9, 2009
7:54 am
4485
Hello, im trying to initialize Jacozoom with the following Code <code> 1 if (!com.inzoom.comjni.Dll.isLoaded()) { 2...
stefan.kriegbaum
stefan.krieg...
Offline Send Email
Apr 9, 2009
1:13 pm
4486
Hello all, I'm trying set callback interface, but I don't know how to create it, becouse its extends IUnknown and contructor need any other IUnknown or...
geniuz666
Offline Send Email
Apr 14, 2009
4:25 pm
4487
Hello, ... jacoZoom does support only automation compatible event interfaces. Automation compatible component design doesn't publish custom notification...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 16, 2009
10:43 am
4488
Hallo Stefan, ... jniRegisterActiveXDll will find , load and register COM Components inside izmcomjniax.dll. Did you test dependencies for it ? ... Did it...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 16, 2009
10:48 am
4489
... Hello Hermann, ... Yes, i tried. The dependency walker shows me some warnings. See Appendix. ... Yes. That works. But the line ...
stefan.kriegbaum
stefan.krieg...
Offline Send Email
Apr 17, 2009
8:13 am
4490
Dear jacoZoom group We used jacoZoom to generate wrapper classes for Microsoft Word to create (and mail merge) word files from word template files. Here I have...
Claudia Denz
claudia.denz@...
Send Email
Apr 20, 2009
12:02 pm
4491
Hello Stefan, i think some access permissions or path resolving is different between call to jniRegisterActiveXDll and register with regsvr32.exe. Please use...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 21, 2009
6:20 am
Messages 4461 - 4491 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help