EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  <19971998  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  Index 1994  1995  1996  <19971998  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 
<== Date ==> <== Thread ==>

Subject: EPICS - WIN32
From: Rolf Keitel <[email protected]>
To: [email protected]
Cc: [email protected]
Date: Thu, 10 Apr 1997 10:57:58 -0700
Hello Chris,

	Maybe my first experience with the WIN32 channel access libraries is of
interest to others: I pulled the WIN32 stuff from the EPICS distribution
a couple of days ago. scaget and scaput worked out of the box which was
nice. Then I tried to write a small Windows95 channel access client,
using only calls to ca.dll. I had to get a bunch of .h files from our
UNIX distribution which were not in the .ZIP file (callback.h,
epicsTypes.h, shareLib.h). I was using Borland C++ 5.0 and had a compile
problem with errmdef.h which tried to include vararg.h in addition to
stdarg.h. I applied the following fix then everything worked:

#ifdef __STDC__
#       include <stdarg.h>
#else
#ifndef __STDARG_H   /* added RK 970409 */
#       include <varargs.h>
#endif               /* added RK 970409 */
#endif
#include <ellLib.h>


Additional question:
Is there a PC based channel access client somewhere which is a DDE
server?
				Thanks    - rolf -
 
-- 
+----------------------------------------------------------+
: Rolf Keitel                |    [email protected]           :
: TRIUMF                     |    Tel: (604) 222-7453      :
: 4004 Wesbrook Mall         |    Fax: (604) 222-7307      :
: Vancouver, B.C., V6T 2A3   |    www.triumf.ca            :
+----------------------------------------------------------+

Navigate by Date:
Prev: VxWorks & EPICS Releases Marti Pi i Puig
Next: EPICS variable Russell J. Page, Sr.
Index: 1994  1995  1996  <19971998  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 
Navigate by Thread:
Prev: VxWorks & EPICS Releases Marti Pi i Puig
Next: Re: EPICS - WIN32 Chris Timossi
Index: 1994  1995  1996  <19971998  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 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·