Tkd - Cross platform GUI toolkit based on Tcl/Tk
Gary Willoughby via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Thu Jun 19 15:24:13 PDT 2014
On Thursday, 19 June 2014 at 18:47:29 UTC, SomeRiz wrote:
> Thanks Gary.
>
> Very simple :)
>
> But i have a question.
>
> All DLL file => How can i embed main.d file?
>
> for example:
>
> dmd output => just, main.exe so standalone
>
> sorry for my bad english :/
You can't, on Windows the DLL's and library folder have to be
distributed with your exe. Tkd currently uses these resources:
https://github.com/nomad-software/tcltk/tree/v8.6.2/dist/
Later versions of Tkd will use other DLL's i've compiled to avoid
any license issues.
More information is in the readme file.
More information about the Digitalmars-d-announce
mailing list