>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
You don't have to twiddle with any of the header files - there are just a
number of pragmas (defines) that need to be made to enable/disable things
which are already in the code.
For BC++ 5.0 , I think the minimal list is something like define-ing
WIN32
_WINDOWS
__STDC__
and maybe
CAC_VERSION_GLOBAL
in your project file.
- Navigate by Date:
- Prev:
Re: EPICS variable Rozelle Wright
- Next:
Re: EPICS - WIN32 Jeff Hill
- 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
- Navigate by Thread:
- Prev:
Re: EPICS - WIN32 Chris Timossi
- Next:
Re: EPICS - WIN32 Jeff Hill
- 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
|