How use no ppc DLL?

How use no basic4ppc DLL?

I have windows CE dll for "pretec CF barcode scaner"
This dll has API function
WMS_Close, WMS_Scan, WMC_Close, etc.

how use this DLL?
is possible?

thanks all.
 
Last edited:

agraham

Expert
Licensed User
Longtime User
It is almost certain that you cannot use it directly from B4PPC but if you have the required knowledge (or know someone who does) then it is probably (but not definitely) possible to write a C# or VB .NET dll in #develop or Visual Studio that B4PPC can use as an intermediary between the scanner dll and B4PPC.
 

dzt

Active Member
Licensed User
As agraham described, if you are not familiar it could be difficult to use this DLL.

I think that PRETEC CF scanner has a keyboard emulator (scanning is like someone types the barcode characters through keyboard). Better use this than the DLL (if it really exists).
 

Cableguy

Expert
Licensed User
Longtime User
Both Links render a 404 error ( PAGE NOT FOUND )
 
Top