Seems like something to ask the device manufacturer, since they'd know what
they're doing that doesn't really match what most devices do. However, it
seems unlikely that they're doing very much at all, to me. How useful can
the device be if you can't run your custom code on it? Seems like that's
*all* it's good for. I think it's more likely that your P/Invoke
declarations or the DLLs you're trying to call are wrong.
Paul T.
[quoted text, click to view] "Fatih Isikhan" <efatihan@gmail.com> wrote in message
news:38453f55-8223-4e2e-a0ea-52d8bbe8b1a1@s19g2000prg.googlegroups.com...
> Hi all,
>
> Currently, I am developing an application for a Psion Teklogix 8515
> Vehicle Mount Device. Due to the strict policy (we guess), the
> application is unable to function properly. For example the Ping
> method of the opencfnet community doesn't work on vehicle version.
>
> Any function called with p/invoke from core.dll doesn't work.
>
> Is there any way to achieve this problem.
>
> Thanks in advance