Re: Where to put dll's in starkits

Liste des GroupesRevenir à cl tcl 
Sujet : Re: Where to put dll's in starkits
De : heller (at) *nospam* deepsoft.com (Robert Heller)
Groupes : comp.lang.tcl
Date : 20. Jun 2025, 01:08:23
Autres entêtes
Organisation : Deepwoods Software
Message-ID : <10328pn$7cot$1@dont-email.me>
References : 1 2 3 4
User-Agent : TkNews 3.0 (1.2.20)
Starkits re-define load to take care of shared libraries (.dlls, .so, etc.)
and will copy them to someplace like /tmp and then calling the original load
command to load them via libdl (or the MS-Windows equivalent).  That is,
shared libraries management is "transparent" and there is no need for special
code in the application itself -- eg one just uses a 'package require ' and it
just works properly.

At Thu, 19 Jun 2025 17:50:37 -0400 saito <saitology9@gmail.com> wrote:

 
On 6/19/2025 3:25 PM, Ted Nolan <tednolan> wrote:
 
It's been a while since I've done anything with Windows, but I seem
to recall that when I was trying to deal with a DLL bundled in a
"freewrap" application, that my startup code had to extract the DLL
to the "real" filesystem and either make sure it went to something
searched in the Windows "PATH" ("Path") or add that directory to the
Windows "PATH".
 
I believe this is true. Earlier I had set tcl's own auto_path which
sometimes helps.
 
At this point I am convinced it is a silly mistake on my part.
                                       
 

--
Robert Heller             -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software        -- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
heller@deepsoft.com       -- Webhosting Services

Date Sujet#  Auteur
19 Jun 25 * Where to put dll's in starkits11saito
19 Jun 25 `* Re: Where to put dll's in starkits10Robert Heller
19 Jun 25  +* Re: Where to put dll's in starkits8saito
19 Jun 25  i+* Re: Where to put dll's in starkits5Robert Heller
19 Jun 25  ii`* Re: Where to put dll's in starkits4saito
19 Jun 25  ii `* Re: Where to put dll's in starkits3ted@loft.tnolan.com (Ted Nolan
19 Jun 25  ii  `* Re: Where to put dll's in starkits2saito
20 Jun 25  ii   `- Re: Where to put dll's in starkits1Robert Heller
19 Jun 25  i`* Re: Where to put dll's in starkits2Paul Obermeier
19 Jun 25  i `- Re: Where to put dll's in starkits1saito
20 Jun 25  `- Re: Where to put dll's in starkits1Ralf Fassel

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal