EasyManuals Logo
Home>Unitech>PDA>PA600

Unitech PA600 Programming Manual

Unitech PA600
41 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #40 background imageLoading...
Page #40 background image
-
8. Dynamic Load DLL
Compiler would not load the DLL while use dynamic load DLL, it help user to load the DLL if it exists while the
application executed. The follow is the example.
Note: Even user does not need include the header and lib file but need to know the function definition.
//////////////////////////////////////////////////////////////////////////////////////////
HINSTANCE g_hUSIDLL;
typedef BOOL (*lpfnUSI_GetScannerVersion)(LPTSTR model, LPTSTR firmware, LPTSTR sdk, int blen);
lpfnUSI_GetScannerVersion USI_GetScannerVersion;
g_hUSIDLL = LoadLibrary(L"\\Windows\\USI.dll");
if (g_hUSIDLL != NULL)
{
USI_GetScannerVersion = (lpfnUSI_GetScannerVersion)GetProcAddress(g_hUSIDLL,
TEXT("USI_GetScannerVersion"));
}
else
{
MessageBox(_T("Load library USI.dll fail"), NULL, MB_OK);
return;
}
TCHAR lstrmodel[50], lstrfirmware[50], lstrsdk[50];
if (USI_GetScannerVersion != NULL)
rc = USI_GetScannerVersion(lstrmodel, lstrfirmware, lstrsdk, sizeof(lstrmodel) + sizeof(lstrfirmware) +
sizeof(lstrsdk));
else
MessageBox(_T("USI_GetScanerVersion does not find"), NULL, MB_OK);
if (g_hUSIDLL != NULL)
FreeLibrary(g_hUSIDLL);
//////////////////////////////////////////////////////////////////////////////////////////

Table of Contents

Other manuals for Unitech PA600

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Unitech PA600 and is the answer not in the manual?

Unitech PA600 Specifications

System Memory IconSystem Memory
SDRAM memory64 MB
Flash ROM128 MB
Flash ROM with WWAN320 MB
Display IconDisplay
display resolution240x320 QVGA
display typeColor Transflective TFT
touch screenYes
Power IconPower
main battery3.7V 1950mAh Li-Ion Battery Pack
backup batteryOne Rechargeable Ni-MH Backup Battery
power sourceMain Battery
Operating Environment IconOperating Environment
operating temperature32ºF to 122ºF (0ºC to 50ºC)
storage temperature-4ºF to 140ºF (-20ºC to 60ºC)
relative humidity5% ~ 95% (non-condensing)
Weight and Dimensions IconWeight and Dimensions
weight290g with Battery & Scan Engine
length149.5 mm
height26.6 mm

Related product manuals