From Agentry I need to be able to use a barcode scanner on a Windows Mobile device, but the scanner is not integrated with Windows Mobile - it is a peripheral device that can be accessed via functions of a DLL that we obtained from the VAR. Using function calls to the DLL you can specify the PF key that can be used to activate the scanner. Is it possible to make calls to a DLL from within Agentry this way? Our legacy application is written in Java so we used Java Native Interface to make the function calls.
Thank you