Results 1 to 4 of 4

Thread: Ascom-x

Threaded View

  1. #4

    Default

    some approaches require using standards like CORBA:
    http://en.wikipedia.org/wiki/Common_...r_Architecture
    that define structures for data and call convention to link agaist many platform and languages. So if your code is not wrote from the beginning with CORBA, you need some modifications to the sources.

    A simpler ready to go implementation is SWIG:
    http://en.wikipedia.org/wiki/SWIG
    http://swig.org/
    that automatically generate the wrapper for all the languages, starting from the headers of the library.
    This is 5 minutes opensource solution used by many steady (by long time) Linux libraries (see the tutorial), and work for static linking too.
    Last edited by Valerio Messina; Jul 20, 2010 at 14:34.

 

 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Is it better to use the native or ASCOM driver?
    By Paul Luckas in forum Hardware/Software/Driver Topics Not Directly Related to Our Software
    Replies: 2
    Last Post: Feb 11, 2012, 03:20
  2. ACP 6 with Ascom 6 and DDW
    By Dave Gwyn in forum Hardware/Software/Driver Topics Not Directly Related to Our Software
    Replies: 1
    Last Post: Jan 2, 2012, 17:20
  3. *** WARNING About DDWCP And Ascom 5.5 ***
    By Bob Denny in forum Hardware/Software/Driver Topics Not Directly Related to Our Software
    Replies: 2
    Last Post: Dec 28, 2011, 19:36

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •