I have a separate dll to handle a flatbed scanner written in I don't know what. I also have a list of functions and their description this dll exports (windows help file).
The point is that I'd like to load this dll to my tcl application and use its functions.
How can I do that?
Other questions:
1. Is there a direct or indirect way to use the dll's functions? Do I have to "require" it?
2. Do I have to use some TCL interface to call the dll's functions...
3. Is there a "pure tcl" way to talk to a scanner device?
Can anyone share his/her experience in this issue.
Using ActiveTcl 8.4.6
Thank you very much
The point is that I'd like to load this dll to my tcl application and use its functions.
How can I do that?
Other questions:
1. Is there a direct or indirect way to use the dll's functions? Do I have to "require" it?
2. Do I have to use some TCL interface to call the dll's functions...
3. Is there a "pure tcl" way to talk to a scanner device?
Can anyone share his/her experience in this issue.
Using ActiveTcl 8.4.6
Thank you very much