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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 3162 - 3191 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3162
Hi, There's some news about the HT issue? Is possible to use ActiveX wrapped controls also with HT machine?(i still get an Access Violation also with the beta...
giampaolo77
Offline Send Email
Mar 6, 2006
8:15 am
3163
Hi, i'm developing a kind of addin for outlook. I need to handle d&d as i already did in a VSTO addin. I want to use the method void beforeItemPaste(Variant[]...
ronny.weiser
Offline Send Email
Mar 6, 2006
11:08 am
3164
Can you send me some sample code which demonstrates the problem? thx, Stefan ... as ... arg2) ... listener ... the ... occurred ... 0x100b0000,...
Stefan Zschocke
szschocke
Offline Send Email
Mar 6, 2006
11:32 am
3165
Hi, Here is a simple Main-class – assumes that outlook is started and adds the empty listener to the active explorer – any drag & drop action will cause an...
Ronny Weiser
ronny.weiser
Offline Send Email
Mar 6, 2006
11:59 am
3166
Maybe the problems cause is the following fact: In VSTO i can't access the first argument (of type ref object). In the debugger i see that this is a COM-Object...
ronny.weiser
Offline Send Email
Mar 6, 2006
1:27 pm
3167
Hi, Still the problem exists. Is this driver multithreaded? How does the driver behave performing concurrent access? For testing when we went from...
dvsrikanth
Offline Send Email
Mar 6, 2006
4:05 pm
3168
Hi, there seems to be a bug in the wrapper generation for events with Variant[] parameters, which manifests itself when the variant contains some object data...
Stefan Zschocke
szschocke
Offline Send Email
Mar 6, 2006
4:52 pm
3169
Hi, this depends on the implementation of the underlying Oledb provider. Generallly with ADO it is best to create a separate Connection per thread. Stefan ... ...
Stefan Zschocke
szschocke
Offline Send Email
Mar 6, 2006
4:56 pm
3170
Hi, in my app i use JActiveX to embed the InternetExplorer to show HTML-Files. Before 1.4.2_11 all was working but now i have regular jvm-crashes and errors...
Carsten Schäfer
carstenschfer
Offline Send Email
Mar 7, 2006
3:19 pm
3171
More information: the EXCEPTION_ACCESS_VIOLATION seems to be some kind of race condition, because when i step through my program with the debugger all is...
Carsten Schäfer
carstenschfer
Offline Send Email
Mar 8, 2006
1:22 pm
3172
You must generate new wrappers, too. This could solve the problem Stefan ... condition, ... working. ... because ... it ... HTML-Files. ... crashes and ... ...
Stefan Zschocke
szschocke
Offline Send Email
Mar 8, 2006
2:28 pm
3173
I don't get the errors in the logs anymore, but the regular crashes with 1.4.2_11 are still happening. mfg Carsten...
Carsten Schäfer
carstenschfer
Offline Send Email
Mar 8, 2006
3:36 pm
3174
Now the access violations happen in IzmJniComAX.DLL. mfg Carsten # # An unexpected error has been detected by HotSpot Virtual Machine: # #...
Carsten Schäfer
carstenschfer
Offline Send Email
Mar 8, 2006
3:57 pm
3175
... Hello Giampaolo at first sorry for long response time, have to finish some another projects this week. ... Yes but only one instance of (J)ActiveX was...
Hermann Scheibe
h_scheibe
Offline Send Email
Mar 8, 2006
5:31 pm
3176
Hello Carsten, ... Do you have more what one instance of JActiveX ? This will be probally a prb if executed on a SMP Machine. See HT issue thread ( my message...
Hermann Scheibe
h_scheibe
Offline Send Email
Mar 8, 2006
5:42 pm
3177
Hi Hermann, Thanks for your reply i'll wait for some news! Giampaolo...
giampaolo77
Offline Send Email
Mar 9, 2006
3:30 pm
3178
Hello NG at my file section you can find a JWeb15.zip(Java source + cmd-starter) file with a little AcitveX stress application what was use to test jacozoom HT...
Hermann Scheibe
h_scheibe
Offline Send Email
Mar 10, 2006
5:41 pm
3179
Hello Carsten, please test JWeb15.zip on my file section. Can you chage the source to reproduce the crush ? Regards, Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Mar 10, 2006
5:42 pm
3180
... Do you mean the .msi installer or the single dll? Currently I do not have access to our SMP workstation because it is needed otherwise but I'll get back to...
Jens Georg
phako78
Offline Send Email
Mar 11, 2006
10:46 am
3181
... Thats a good joke ;) I told you that the jvm crashes are specific to JDK 1.4.2_11 and you wrote a test class that uses Java 1.5 features in every third...
Carsten Schäfer
carstenschfer
Offline Send Email
Mar 11, 2006
3:10 pm
3182
Can you supply a test case, which reproduces your crash? Thx, Stefan ... source to ... you ... line ;) ... on ... pid=984, ... id=952] ... id=4016] ... ...
Stefan Zschocke
szschocke
Offline Send Email
Mar 11, 2006
4:45 pm
3183
I have uploaded a testcase in folder carsten. Every second time i start the BrowserTest the JVM (1.4.2_11) crashes....
Carsten Schäfer
carstenschfer
Offline Send Email
Mar 11, 2006
6:54 pm
3184
... Running JWeb15 on my standard computer (No HT) gives: C:\Documents and Settings\bw1grgj0\Desktop>java -classpath .;MSHTML.jar;WebBrowser2.jar;izmcomjni.jar...
phako78
Offline Send Email
Mar 13, 2006
6:41 am
3185
... Hello sounds like broken vtable call and not HT-issue of izmcomjniax.dll. ;) Type libraries (vtable calls)used by JWeb15: 1.izmcomjniax.dll( ActiveX...
Hermann Scheibe
h_scheibe
Offline Send Email
Mar 13, 2006
10:09 am
3186
Hello Carsten ... I can reproduce your issue. As i can see some what was changed in AWT since jdk 1.4.2_10 . This changes make AWT unstable for native window...
Hermann Scheibe
h_scheibe
Offline Send Email
Mar 13, 2006
11:18 am
3187
... WebBrowser2 came with jacozoom and the MSHTML.jar was created by me. So I don't see why they shouldn't match...
Jens Georg
phako78
Offline Send Email
Mar 13, 2006
11:20 am
3188
Hello ... Hm, here was error free on both (SMP and non-SMP). Can you please post/upload the hs_err_pidNNNN.log file for more info. Thanks, Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Mar 13, 2006
2:28 pm
3189
... I uploaded three files: * hs_err_pid2964.log - Logfile from Java 1.5 and JWeb1.5 * Java1514.java - Port of your example to Java 1.4 * hs_err_pid3900.log -...
Jens Georg
phako78
Offline Send Email
Mar 14, 2006
7:19 am
3190
Hi, please check once more on your machine, if there are older versions of izmjnicom.dll and izmcomjni.jar. Probably you have an old version in c:\program...
Stefan Zschocke
szschocke
Offline Send Email
Mar 14, 2006
10:02 am
3191
... Double checked. The only one in path is c:\program files\infozoom\jacozoom\izmjnicom.dll. The program fails on line 334, v.setInt(i), on the second pass...
Jens Georg
phako78
Offline Send Email
Mar 14, 2006
11:12 am
Messages 3162 - 3191 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