Datalogic MDA ReadMe First
Datalogic MDA ReadMe First
Datalogic MDA ReadMe First
Description: This readme has the purpose to illustrate the contents of the package “Datalogic Mobile Developer Assistant version 3.x”.
1. PACKAGE CONTENT
Datalogic Mobile Developer Assistant – help file
Datalogic Mobile Developer Assistant manual installation for Visual Studio 2008
Datalogic Mobile Developer Assistant manual installation for Visual Studio 2005
This help file is the reference documentation for the Datalogic Mobile Developer Assistant release 3.x.
Datalogic_MDA_VS2008.ms: install Datalogic Mobile Developer Assistant release 3.x. if you have Visual Studio 2008.
Datalogic_MDA_VS2005.msi: install Datalogic Mobile Developer Assistant release 3.x. if you have Visual Studio 2005.
Datalogic Mobile Developer Assistant manual installation for Visual Studio 2008
Datalogic Mobile Developer Assistant manual installation for Visual Studio 2005
Open the “Toolbar” window, select Laser from “Datalogic” controls and drag the component in Form1
STEP 2.4: INSERT BUTTON AND EDIT BOX IN FORM1
Drag Button and Text Box components from “All DeviceControls” to Form1
STEP 2.5: INSERT LASER MANAGEMENT CODE IN FORM1 SOURCE
}
STEP 2.6: DEBUG OR DEPLOY APPLICATION ON A WINDOWS CE DEVICE
Here are some recommendations in case you want to migrate applications developed with older Mobile Developer Assistant versions for Visual
Studio 2003/2005.
Compared to older Mobile Developer Assistant versions, some components were removed.
So, if your applications are using these components, you need to remove all the references to them.
This is the list of the removed components, as opposed to older Mobile Developer Assistant versions:
datalogic.gsm
datalogic.datacapture.DLTextBox
datalogic .datacapture.Redirector
datalogic.datacapture.RFID
datalogic.device.Beeper
datalogic.wireless.WirelessParams
STEP 3.2: Migrating a project from VS2005 to VS2008
Open the VS2005 project with VS2008 and the automatic converter will migrate the project to VS2008.
Go to the “Solution Explorer” window and change all the references to VS2005 Datalogic components as indicated below:
o bluetooth->bluetooth2008
o datacapture->datacapture2008
o device2005->device2008
o keyboardremapping2005->keyboardremapping2008
o powermanag2005->powermanag2008
o wireless2005->wireless2008
Remove references to VS2005 components: open “References” from the SolutionExplorer window, right click the component and select “Remove”
Add references to VS2008 components: right click on “References” from the SolutionExplorer window and select “Add Reference…”
From “Browse” Tab, go to \Program Files (x86)\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE and select “Datalogic VS2008
components”.