[Tktable] RE: TkTable on Win32 (Jeff Hobbs)
by Robert S. Sciuk other posts by this author
Aug 9 2004 9:04PM messages near this date
RE: [Tktable] TkTable Postscript
|
[Tktable] TkTable on Win32
>
> Ulf,
>
> > TkTable 2.8 / 2.9 working without problems under Linux and Solaris.
> >
> > But my self compiled versions for Win32 didn't take the "selection" .
> >
> > Sometimes ago, I found the 2.8 dll as a binary. And this runs. Now I
> > want to upgrade to 2.9 (the extend selection bug). But I have the same
> > problem.
> >
> > The DLL from 2.8 didn't use external tcl and tk dll. My self compiled
> > versions do.
> >
> > Can someone give me a hint?
>
> For some reason you aren't getting stubs compiled versions of
> tktable yourself, if they have external Tcl/Tk dll dependencies.
> Also, you might have an issue with the tkTable.tcl bindings,
> which would address your "selection" issue.
>
> Jeff Hobbs, The Tcl Guy
> http://www.ActiveState.com/, a division of Sophos
>
I've compiled the 2.9 revision, and I have a Tktable29.dll which seems to
work ok ... compiled with MingW32, and using stubs ...
<HINT>
It took a little tinkering, as the Makefile had a:
LIBS = gdi32.lib user32.lib
By changing this manually to:
LIBS = -L/usr/local/mingw32/lib -lgdi32 -luser32
</HINT>
The .dll file was created, and tests out pretty well in the short time
I've been toying with it. I can make it available if someone would like
to put it up on a web site (ideally sf.net Jeff?) for download ... drop me
a line if you have a suitable web distribution point ...
Oh, and by suitable, AFAIR, tkTable has a license which is similar to
tcl/tk -- ie: BSD style. If an attempt is made to gpl the binary or
otherwise encumber the binary, that would be an UNSUITABLE distro point
IMHO (eg: Active state bundles the Tktable28.dll -- but other licenses
apply).
Cheers,
Rob.
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
Robert S. Sciuk http://www.controlq.com 259 Simcoe St. S.
Control-Q Research tel: 905.576.8028 Oshawa, Ont.
rob@[...].com fax: 905.576.8386 Canada, L1H 4H3
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Tktable-users mailing list
Tktable-users@[...].net
https://lists.sourceforge.net/lists/listinfo/tktable-users
|