DLL initialization help
huey_jiang_at_yahoo.com
Date: 03/24/05
- Next message: Donald Arseneau: "Re: Getting the word to conventional programmers"
- Previous message: Jeff Hobbs: "Re: tcl/tk on blackberry"
- Next in thread: Shaun Deacon: "Re: DLL initialization help"
- Reply: Shaun Deacon: "Re: DLL initialization help"
- Reply: Christian Gollwitzer: "Re: DLL initialization help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Donald Arseneau: "Re: Getting the word to conventional programmers"
- Previous message: Jeff Hobbs: "Re: tcl/tk on blackberry"
- Next in thread: Shaun Deacon: "Re: DLL initialization help"
- Reply: Shaun Deacon: "Re: DLL initialization help"
- Reply: Christian Gollwitzer: "Re: DLL initialization help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|