Hello,
I have build a DLL to use it from tcl script, and it works well when I use it from a script.
Now, I'm trying to generate .exe with freewrap.
When I load my DLL from the generated .exe, I have an message telling that "the DLL or a dependant file cannot be found". It seems that this is due to the tcl84.dll. When I put this DLL into the .exe directory, I have an application exception and the application is closed by Windows.
Is there someone with a good idea ?
I have build a DLL to use it from tcl script, and it works well when I use it from a script.
Now, I'm trying to generate .exe with freewrap.
When I load my DLL from the generated .exe, I have an message telling that "the DLL or a dependant file cannot be found". It seems that this is due to the tcl84.dll. When I put this DLL into the .exe directory, I have an application exception and the application is closed by Windows.
Is there someone with a good idea ?