DLL initialization help

huey_jiang_at_yahoo.com
Date: 03/24/05


Date: 23 Mar 2005 21:31:55 -0800

Hi All,

I am trying to load a DLL that made by VC++ into my tcl script, my
simply code:

load [file join [pwd] testdll.dll] # this works
testdll_Init # I got kicked
runTest() # I want this guy running

But I got error mesg from tcl interpreter as:

couldn't find procedure Testdll_Init

Anybody can help me on this Initialization? What I want to get is the
function call -- runTest() -- inside the file testdll.dll.

Thanks!

Huey



Relevant Pages