PsionTeklogix SDK

  • Thread starter Thread starter Amirallia
  • Start date Start date
A

Amirallia

Hello

I must use the barcode of a Psion Workabout, I have the SDK from the
Psionteklogix downloaded. I have installed it but i see nothing in my
VS.Net 2003

But how can I integrated it on the VS.Net 2003 environnement ?

Someone can help me ?
 
That's really a question for them, not for the general group. In all
likelihood, you'll see no changes to the VS.NET 2003 environment. You'll
target a Windows CE.NET 4.2 device, generically, and add references to any
special managed code APIs that the vendor provides by just adding the source
files to your project. Is the SDK for managed code development?

Paul T.
 
Hi Amirallia,

I should read the question more carefully :).

You just have to add a reference to the psionteklogixnet.dll and if you like
psioteklogixnet.design.dll. Those dlls can be found from the installation
folder for example C:\Program Files\Psion Teklogix\SDK v1.08\Mobile
Devices\dotnet .

This should get you started...

-Tomi-
 
Amirallia said:
Hello

I must use the barcode of a Psion Workabout, I have the SDK from the
Psionteklogix downloaded. I have installed it but i see nothing in my
VS.Net 2003

But how can I integrated it on the VS.Net 2003 environnement ?

Someone can help me ?

try to contact thir helpdesk, they will help you. Their support email
is (e-mail address removed) .

Basically you need to add a reference to PsionTeklogixNet.dll and add
PtxPsionTeklogix.Design.dll to your toolbox to get some click and point
programmnig capabilities.

good luck,
Radu
 
Back
Top