I have loaded my Foo.DLL using the command below in TCL
load Foo.dll Foo
Inside this dll I have two functions fooCmd & Hello
I am calling it directly in TCL using the command below
Hello 1
but I am getting an error below
Invalid command name HelloError dialog box
I am trying to load a dll in my TCL script using the load command as shown below
load "C:/Program Files (x86)/Honeywell/EZPre/v1.4/Shared Files/bin/TSMCOMWrapper.dll"
but it is throwing an error: couldn't load library "C:/Program Files (x86)/Honeywell/EZPre/v1.4/Shared...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.