Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Sweet Cocoa

Thanks, I'll wait for the new build.  My first attempt at building the libraries failed.

Bryan

On Nov 20, 2007, at 10:01 AM, Carolyn MacLeod wrote:


Wait! It is because the weekly integration build is in progress, and the cocoa libraries were not rebuilt yet with the new version number.
Silenio is rebuilding the libraries for you as we speak. So libswt-cocoa-3419.jnilib will be HEAD in org.eclipse.swt.cocoa.macosx in a few minutes.

Carolyn



From: Bryan Hunt <bhunt@xxxxxxx>
To: "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
Date: 11/20/2007 10:14 AM
Subject: Re: [platform-swt-dev] Sweet Cocoa





I figured out where the native libraries are getting loaded.  It's trying to load libswt-cocoa-3419.jnilib and 3418 is the lib in CVS.  I'll see if I can figure out how to build the native libraries.

Bryan

On Nov 20, 2007, at 8:32 AM, Bryan Hunt wrote:

I was trying to play with this, and the control example is failing right away when creating the display on:

if (OS.GetCurrentProcess (psn) == OS.noErr) {

Do I need to rebuild the native libraries?  I see two libraries in org.eclipse.swt.cocoa.macosx.  Are those the native libraries that need to be loaded ?  Where do the native libraries get loaded in SWT?  Stepping through the debugger I never saw a call to loadLibrary().

Bryan

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top