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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2334 - 2363 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2334
The izmjnicom.dll is not found. Try copying it to c:\program files\infozoom. Stefan ... appears I...
szschocke
Offline Send Email
Apr 1, 2005
8:05 am
2335
I think the best way is to find out which error code is contained in ComJniException in the case where the export filter is not installed. Just uninstall the...
szschocke
Offline Send Email
Apr 1, 2005
8:10 am
2336
Hi, yes from http://www.infozoom.de/download/jacoZoom.zip stefan ... 1.5....
szschocke
Offline Send Email
Apr 1, 2005
8:16 am
2337
Hi. I've a DLL (GUI) and want to incorporate it in my java GUI. I've read the jacoZoom docs but I couldnt see how to achive what I'm looking for. Thanks. RGV...
Rui Vale
ruifilipevale
Online Now Send Email
Apr 1, 2005
10:32 am
2338
I assume it is an ActiveX Control which you want to incorporate? You need to instantiate a com.inzoom.axjni.JActiveX and use the progId or CLSID of the...
szschocke
Offline Send Email
Apr 1, 2005
10:56 am
2339
Sorry for the inconvenience but I'm not a Windows guy (UNIXes) and this things're a little to much for me. How do I know the progId or CLSID of my ActiveX? In...
Rui Vale
ruifilipevale
Online Now Send Email
Apr 1, 2005
11:27 am
2340
HI! No, we do not use events. In the meantime, we have written a JScript with each and every call to the COM server (so it does the same as our Java code) and...
Thomas Börkel
tbo@...
Send Email
Apr 1, 2005
11:29 am
2341
Hi, thanks for this info. Must say this prb of yours had me pondering all the time.... Stefan ... call to the COM server (so it does the same as our Java code)...
szschocke
Offline Send Email
Apr 1, 2005
11:53 am
2342
Hi stefan and thanks for helping . Your solution is Great and i'll try it for sure. In case the graphic filter is not installed , the export() method won't...
othman el moulat
othmanelmoulat
Offline Send Email
Apr 1, 2005
12:41 pm
2343
Thank you, Steven. It was not izmjnicom.dll, but izmjniado.dll. But your message got me looking. All the best, Alex ... From: szschocke...
Alexander Bogomolny
abogom
Offline Send Email
Apr 1, 2005
1:38 pm
2344
Hello ... Check Dll vendor documentation if available. Very helpfull are vendor examples to dll usage. ... Yes , it is a ProgID. This may be found in the...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 1, 2005
2:59 pm
2345
Hi, Just correct me if i'm wrong ! If i generate wrapper classes using mppt8 for powerpoint 97, then if office 97 is installed on user machine this will work...
othman el moulat
othmanelmoulat
Offline Send Email
Apr 1, 2005
4:47 pm
2346
Hi guys ; I wrote a java program to export ppt slides as gif images using powerpoint 97 standard edition. The exportation is working fine ; but when each slide...
othmanelmoulat
Offline Send Email
Apr 1, 2005
9:57 pm
2347
Hi, I have released a jacoZoom update with a few minor changes in order to have working wrapper generation and compilation for mscorlib.tlb, the typelibrary of...
szschocke
Offline Send Email
Apr 4, 2005
10:16 am
2348
Hi! I test the JOLEDocument and the jcw-Wrapper-Classes to embed an MS-Excel-sheet in a Swing-Application. After releasing the JOLEDocument-reference (as...
Furli74
Offline Send Email
Apr 5, 2005
11:08 am
2349
Hi, Excel is very sensitive to unreleased references. Try the following code (assuming package imports): IUnknown unk = m_doc.getDocument(); Workbook wbk =...
szschocke
Offline Send Email
Apr 5, 2005
11:16 am
2350
Thanks ! Seems to work (nearly) perfect. Unfortunately I have to release every created Wrapper-Object. I'm a JAVA-Programmer, not a c++-guy ;-)...
Furli74
Offline Send Email
Apr 5, 2005
12:59 pm
2351
Hello ... [snip] I'm not sure, but it should be possible to avoid release call on EVERY created wrapper by ensure a gc() call after finish using all the...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 8, 2005
10:47 am
2352
Hi, For my application I would need jacoZoom to only create the wrapper classes from my COM DLL, but not the interfaces. For example, my DLL has the interface...
tosamtec
Offline Send Email
Apr 11, 2005
3:16 pm
2353
Hi, no but why don't you just use the generated wrapper for MCDProject. It implements IMCDProject. Stefan ... DLL ... can ... MCDProject...
szschocke
Offline Send Email
Apr 11, 2005
3:45 pm
2354
Hi, I have a method getActiveProject() declared in the interface IMCDSystem in my DLL which returns a IMCDProject: dispinterface IMCDSystem { properties: ...
tosamtec
Offline Send Email
Apr 12, 2005
8:08 am
2355
Hi, you can do the following: IMCDProject iProj = pMCDSystem.getActiveProject(); MCDProject proj = MCDProject.getMCDProjectFromUnknown(iProj); iProj.release();...
szschocke
Offline Send Email
Apr 12, 2005
8:56 am
2356
Hi, Thanks for the reply. Since the method getActiveProject() is declared in IMCDSystem, we tried to modify the generated wrapper classes. The generated code...
tosamtec
Offline Send Email
Apr 12, 2005
10:22 am
2357
Hi, is the typelibrary from your company? In this case you can just change the IDL to return a coclass object instead of an interface. Yes, it would be...
szschocke
Offline Send Email
Apr 12, 2005
10:47 am
2358
Hi, Thanks again. No, the DLL is not from our company. Is it possible for you to enhance CreateJCW in order to replace interface return values with the...
tosamtec
Offline Send Email
Apr 12, 2005
12:32 pm
2359
I am getting the load library Exception: java.lang.UnsatisfiedLinkError: Can't load library: c:\program files\infozoom\izmjnicom.dll at...
sanjaws
Online Now Send Email
Apr 13, 2005
12:50 am
2360
Looking at the documentaion- are we required to copy the izmjnicom.dll into Windows/System32, or just install in the default location - for utomatic loading to...
sanjaws
Online Now Send Email
Apr 13, 2005
6:43 am
2361
I got past this with: com.inzoom.comjni.Dll.start(String dllPath); also ignoring the license expired. So next set of issues. Thanks ... is ... my...
sanjaws
Online Now Send Email
Apr 13, 2005
11:20 pm
2362
An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x7800270E ...
sanjaws
Online Now Send Email
Apr 13, 2005
11:27 pm
2363
Hi, the best way to debug this problem: make a small main which directly calls the COM Server and thus demonstrates the problem. Show me this code. Then make a...
szschocke
Offline Send Email
Apr 14, 2005
8:42 am
Messages 2334 - 2363 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