Sujet : Re: Where to put dll's in starkits
De : saitology9 (at) *nospam* gmail.com (saito)
Groupes : comp.lang.tclDate : 19. Jun 2025, 22:50:37
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <10320nf$57dg$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
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.