Installing a Utility
eVB Users

To install the utility for use with eMbedded Visual Basic, the associated DLL needs to be copied to the \Windows directory of your target device. The correct DLL will be located under the directory that relates to your target device within the demo download or licensed download. Simply use ActiveSync or equivalent to copy the DLL to your target device. Please ensure that your client PC has been configured to show .DLL files.

VB.NET Users

To install the utility for use with VB.NET, the associated DLL needs to be copied to the application directory of your target device. The correct DLL will be located under the directory that related to your target device within the demo download or licensed download. Simply use ActiveSync or equivalent to copy the DLL to your target device. Please ensure that your client PC has been configured to show .DLL files.

Emulator Installations

If you plan to use an emulator version of the DLL, you still need to follow the specific instructions depending on whether you are using eVB or VB.NET. To get the DLL on the emulator will differ depending on the emulator device you are using.

Direct Copy
Some emulators allow you to access the emulator's file system right through Windows Explorer. Simply locate the directory and copy the emulator DLL into the correct path.

eVB File Viewer
Using the File Viewer under Remote Tools in eMbedded Visual Basic, you can upload the DLL to the emulator device.

Attach to VB.NET Project
VB.NET allows you to attach the DLL to the project and it will send the DLL to the client emulator device when you deploy the project. Since VB.NET requires the DLL to be in the application path, the DLL will be copied to the same location as the program's .exe.