1994 1995 1996 1997 1998 1999 <2000> 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 <2000> 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: delphi interface to EPICS? |
From: | [email protected] (Jeff Hill) |
To: | "matthias muntwiler" <[email protected]>, <[email protected]> |
Date: | Mon, 31 Jul 2000 17:00:06 -0600 |
> > we have decided to write the data-acquisition client software for our > EPICS-controlled experiment in borland delphi (running under microsoft > windows NT4). > > are there any useful components or libraries which provide an API to the > EPICS database? > > where can we get them or further information? > Most of the core EPICS libraries are implemented on WIN32 as DLLs with Microsoft's Pascal calling convention for DLL entry points so that they can be called from other languages on WIN32. The CA client library is frequently used as a network transparent API into the EPICS IOC's database, but additional wrapper interfaces for interpreted languages also exist. There is documentation for the CA libraries on the APS EPICS web pages. Jeff