Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error while calling a function and pass variables inside a DLL once DLL is loaded in TCL

Status
Not open for further replies.

Rahul Chandran

Programmer
Jun 7, 2018
2
0
0
IN
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 Hello
 
 Error dialog box
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top