ArcPad in Compact Framework

Hi,

Is it possible to integrate Arcpad with an application in compact framework 1.0

Thanks,

Sangeetha



Answer this question

ArcPad in Compact Framework

  • ClaraOscura

    What is ArcPad How does it work

  • David Törnquist

    If you refer the product ERSI Arcpad, the answer is probably: no, you cannot
    The product ArcGIS Mobile seams toe more appropriate aproach.

    I'd suggest you contact the vendor of this tool to get more information.

    Michael



  • Glenn S

    Hi Sangeetha,

    I don't know the answer to your question, unfortunately, but I think the Compact Framework folks will know how to help you. Moving to that forum.


  • DBLearner

    Some additional information:

    Basically, .NET Compact Framework 1.0 doesn't support COM Interop, nor passing .NET delegates to unmanaged code. But both have alternatives. For example, a third party Odessy CFCOM software that adds wrappers to COM interfaces. Below is a MSDN article on this topic: http://msdn2.microsoft.com/en-us/library/aa446494.aspx. The alternatives for the second case could be: 1). create separate EXEs for unmanaged and managed codes and communicate through windows messages (ArcPad client for ArcGIS Server can use this method) 2). if a managed code calls unmanaged DLL and requires asynchronous callback, the follwoing MSDN article provides details: http://msdn2.microsoft.com/en-us/library/aa446485(d=printer).aspx
    Both are supported in CF 2.0

  • ArcPad in Compact Framework