Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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



Back to the top