jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Installer for WJED available


> SANGOI DINO <SANGOID@xxxxxxxxxxxxxxxxx> wrote:
> >I'm also trying to be able to use modules on windows. The runtime =
> >linking is
> >very easy: Windows has functions that map mostly 1:1 to Linux dlopen() =
> >and
> >friends.

But on the slang-users list John said:
  My development efforts for the next release will be focused on ... the
  migration to libtool.

When slang has migrated to libtool, won't it use lt_dlopen() on both Windows
and Linux?

On Sat, 5 Mar 2005 10:09:14 -0500, "John E. Davis" <davis@xxxxxxxxxxxxx> said:

> The source contains two types of symbols: those that are in the public
> API with names of the form SL* and those that are private to the
> library _pSL*.

So the p stands for private?  Is there a difference between public and
private symbols?  In the gdbm module I had to write

#if SLANG_VERSION < 20000
struct _SLang_Foreach_Context_Type
#else
struct _pSLang_Foreach_Context_Type
#endif

to get it working with slang 2.


--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]