The app expects the scanner to be connected localy. But when running the app virtually from the winflector server, how can I scan from client workstation?
Reinaldo.
Autor: Reinaldo Data: 2011-11-09 13:49:24 |
The app expects the scanner to be connected localy. But when running the app virtually from the winflector server, how can I scan from client workstation?
Reinaldo. |
Autor: Bozena (staff) Data: 2011-11-09 14:51:34 |
Current version of Winflector does not remote USB ports, so the scanner connected locally will not be visible for the application. If you have the application source code you can use Winflector RPC to call scanning and send the scan results to the application server. |
Autor: Reinaldo Data: 2011-11-16 19:20:45 |
Thank you for responding. Yes I do have the code. It is an xharbour app. Would you add some code snipet on how to implement your suggestion?
Thank you,
Reinaldo. |
Autor: Bozena (staff) Data: 2011-11-18 12:31:37 |
Which code you use for scanning procedure? Is it xHarbour code or just a call from xHarbour to other (may be external) procedure? |
Autor: Reinaldo Data: 2011-11-21 22:41:30 |
I Use pure xharbour code to call EzTwain.dll functions such as TWAIN_Acquire.
Reinaldo. |
Autor: Bozena (staff) Data: 2011-11-22 15:38:06 |
I looked into EzTwain documentation, and it seems it is possible to make calls from C/C++. It is all we need to delegate the desired functionality to the client side. You need to do the following:
|