bill lam writes:

 > Does your jgtk work ok except that it cannot display icon?  
 > 
 > It is strange because file extension for share lib should be .dylib
 > on mac (I assume you use mac).

Shared libraries that are explicitly loaded by a program (extensions,
plugins, whatever you call them) are usually called .so, not .dylib.
On the Mac, these are slightly different file formats. Dynamic
libraries must be called .dylib, whereas loadable modules can have any
name, .so is just a convention.

Konrad.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to