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.

Reply via email to