Sujet : Re: Where to put dll's in starkits
De : saitology9 (at) *nospam* gmail.com (saito)
Groupes : comp.lang.tclDate : 19. Jun 2025, 19:53:00
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <1031mad$1vhb$2@dont-email.me>
References : 1 2 3 4
User-Agent : Mozilla Thunderbird
On 6/19/2025 2:46 PM, Robert Heller wrote:
OK, this is related to the Img package. It expcts some "system libraries" to
be installed. I guess someplace like C:\System32 (or whatever MS-Windows uses
for what Linux would call /usr/lib. I am not sure what the MS-Windows
libraries it needs are, but the Linux dependencies under Linux (Debian, arm64)
for libtk-img 1.4.14 include: libjpeg62-turbo, libpng16-16, and libtiff6. I
believe these DLLs are readily available.
I don't really know what the proper way to deal with this under MS-Windows.
My only real thought would be to re-build tk-img staticly linked to these
graphics libraries. (Under Linux these sorts of libraries are often pulled in
by various other graphics programs.)
That's a good idea.