We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › Win QT7 & quicktime with java
Page Index Toggle Pages: 1
Win QT7 & quicktime with java (Read 658 times)
Win QT7 & quicktime with java
Oct 11th, 2005, 10:18pm
 
I installed QT 7 for windows...
It seems the option of custom - quicktime with java is no longer an option .... and according to things I see on the Apple site QT 7 comes w Java ..
here is my issue:

My processing 68 no longer runs...
I do have 90 and it works ( and I now see there is a 9.1 )
so maybe I do not care...
maybe I should just use only processing 90.

what do you think?

( I love processing by the way -- HATS OFF! )
I suppose the new processing will do everything that the previous did.
is there a comparison cahrt of the diff' processing vers?

thnks!

js
Re: Win QT7 & quicktime with java
Reply #1 - Oct 11th, 2005, 10:58pm
 
if it is a simple applet, usually you have just to rename the loop() method in draw().
But if you used external libraries different changes happened.
Check the java output and give us more information.

chr
Re: Win QT7 & quicktime with java
Reply #2 - Oct 11th, 2005, 11:37pm
 
this is why we say not to install qt7 in the faq:
http://processing.org/faq/bugs.html#video

the plus of qt7 is that the qtjava library is included by default, rather than a special install. the downside is that for some super annoying reason, they've changed the location of the libraries. we'll have to code around this for a future release.

if you're feeling adventurous, you can modify run.bat to properly point at the new qtjava.zip file (it may even have a new name) that's installed with qt7 and that might work.
Re: Win QT7 & quicktime with java
Reply #3 - Oct 15th, 2005, 7:50pm
 
rev 0093 has fixed some of these issues, but for anyone having trouble with quicktime 7, please post here:
http://dev.processing.org/bugs/show_bug.cgi?id=171
Page Index Toggle Pages: 1