Using a Symbol MC70 series Scanner with Native Code

Can i use a Symbol MC70 Series Scanner with a native code? I have a Windows Mobile application written using Lazarus (Object pascal) and I want to use it with the Symbol MC70.

sdk that they have for C, .NET and Java. I looked at the Cdk and it comes with .LIB files that I cannot use with Object Pascal. I don’t know how the scanner works with .NET files, I couldn’t see the WIN32 DLL in the files, it might be in the cab file.

Any suggestions as to what I should do to get the scanners to work for me.

Sandeep

+1


a source to share


2 answers


http://wiki.lazarus.freepascal.org/SymScan



+2


a source


.lib files for VS. You probably want similar stuff, but then for GCC, the FPC C compiler is compatible with. These are ".a" files.



Trying to access .NET assemblies using COM is something that might be a workaround for normal Windows, don't know if it works with CE.

0


a source







All Articles