Re: How to load a dll (dynamic link library) in Tcl?
- From: Michael Schlenker <schlenk@xxxxxxxxxxxxxxxx>
- Date: Tue, 31 Jul 2007 00:30:04 +0200
mike.hfzhang@xxxxxxxxx schrieb:
Hi there, I would like to use TCL to load a dll file which containsIf the dll has the appropriate Init function you can simply use the
some special TCL function, but I dont have any clues on how to do
that, any one can let me know the way for that? thanks,
Mike
standard Tcl [load] command to load it, if it lacks the typical Tcl
extension Init function you either add it or use something like ffidl to
call it directly.
Michael
.
- References:
- How to load a dll (dynamic link library) in Tcl?
- From: mike . hfzhang
- How to load a dll (dynamic link library) in Tcl?
- Prev by Date: How to delete posted messages from here?
- Next by Date: Re: How to delete posted messages from here?
- Previous by thread: How to load a dll (dynamic link library) in Tcl?
- Next by thread: How to delete posted messages from here?
- Index(es):
Relevant Pages
|