nomad-software / tkd

GUI toolkit for the D programming language based on Tcl/Tk
MIT License
117 stars 16 forks source link

Simple Q: is the final app using this lib completely native? #66

Closed mw66 closed 1 year ago

mw66 commented 1 year ago

I am asking because I saw this in the doc:

project
├── app.exe
├── tcl86t.dll
├── tk86t.dll
└── library
    └── *.tcl files

I'm just wondering if the.tcl files needed at all?

is the final app using this lib completely native?

Thanks!

nomad-software commented 1 year ago

On Windows all those files are required.

mw66 commented 1 year ago

Maybe I didn't make my question clear:

Can I completely get rid of those .tcl files, and do everything in D? and make the app.exe standalone.

I have tried the example.d, I think the answer is yes.

nomad-software commented 1 year ago

Can I completely get rid of those .tcl files, and do everything in D?

No. On Windows all those files are required.