On Wed, Aug 27, 2008 at 11:52 AM, Mike Swingler <email@hidden> wrote:
> On Aug 27, 2008, at 11:17 AM, Adam Ornstein wrote:
>
> Oh also, I developed this to use QTJava - is it safe to assume that this is
> installed on every mac?
>
> Actually, no. QTJava is only present in 32-bit processes, because Quicktime
> itself is only available in 32-bit processes. The QTJava API will not be
> carried forward to 64-bit because it is in many places a very close clone of
> the QT native API (int sized pointers and all).
> The best advice I have going forward to 64-bit is to use JNI, and use a
> framework that exists in 64-bit like QTKit.
> Best of luck,
Really ? That'd make moving to 64bit quite a hurdle given the size of
my code base.
Could you at least consider open sourcing the QTJava code so we can
port what's needed (e.g. some of the viewer code).
Thanks,
- Filip
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden