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 : 19. Jun 2025, 18:53:35
Autres entêtes
Organisation : Deepwoods Software
Message-ID : <1031iqv$1fo4$1@dont-email.me>
References : 1
User-Agent : TkNews 3.0 (1.2.20)
Needing to put dlls in "bin" under MS-Windows is specific to MS-Windows, when
the dlls are searched for and loaded my MS-Windows itself and I think only
applied to Tcl itself being in a dll (shared library).  A starkit includes a
staticly build Tcl interpreter.  Tk is still a shared library (dll), but this
is loaded by Tcl using the load command.

There should not be any reason to to have a "bin" folder.  I think all dlls
should go somewhere under lib.

Do you have a specific package or set of dlls that are handled differently?

At Thu, 19 Jun 2025 13:36:35 -0400 saito <saitology9@gmail.com> wrote:

 
When creating a starkit, there is a specific hierarchy to follow with
the vfs folder.  For example, you put your packages in "lib".
 
However, some packages have dll components that normally reside in the
bin folder of your Tcl/Tk installation. How do you handle these dll
files?  Where do they go?  Is there a way to ask the starkit to check a
certain place for any dll's it may need?
 
 
 
 
                                                         
 

--
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