Search found 3 matches
- Thu Feb 08, 2007 8:21 pm
- Forum: Using Externals
- Topic: Basic stack call to a .dll
- Replies: 8
- Views: 15172
Wrapper?
Can you share an example of a wrapper?
- Thu Feb 08, 2007 2:33 pm
- Forum: Using Externals
- Topic: Basic stack call to a .dll
- Replies: 8
- Views: 15172
Greatest Ever
That is the most complete writeup i have ever seen in any developer forum. Can't tell you how much i appreciated the information. If there is any way i can repay you, let me know. Can't wait to get started.
- Thu Jan 25, 2007 9:35 pm
- Forum: Using Externals
- Topic: Basic stack call to a .dll
- Replies: 8
- Views: 15172
Basic stack call to a .dll
I am trying to create a rev program (revolution 2.6) that will communicate with a check scanning device. The check scanner comes with a .dll called LsApi.dll The read me indicates i have to include LsApi.h and LsApi.lib in my project and then can make function calls. Other than putting a script in t...