The correct situation for developers wanting to use thinBasic as embedded engine should be:
- distribute thinCore.dll with your application placing it in the same directory of your main app.
- distribute the thinBasic modules you want distribute placing them into one of the following sub-directories under your main application directory: "Lib\" or "Bin\" or "Mod\"
So (for example) something like the following:
.\MyApplication.exe
.\thinCore.dll
.\Bin\thinBasic_UI.Dll
.\Bin\thinBasic_Trace.Dll
Anyway, I will make some test application embedding thinCore.dll and see.
Thanks for using thinBasic.
Ciao
Eros