EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  <19981999  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  1997  <19981999  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: [Q] merging medm.2.3.3 and medm.2.4.8 into single medm release?
From: Noboru Yamamoto <[email protected]>
To: [email protected]
Date: Wed, 15 Apr 1998 09:55:31 +0900
Hi All,

 I got the problem when I was building extensions in R3.13 environment.
medm.2.4.8 crashed when I try to create cartesian plot on a display.
It seems the problem in the version of XRT library. We use XRT v3.0
while medm.2.4.8 based on XRT 2.x, I think. 
 medm.2.3.3 works fine with XRT v3.0 on the otherhand. So, I looked at
the code of medm.2.3.3. Replacing linese like: 
  
  XtSetArg(args[n],XtNxrtHeaderFont,fontTable[bestSize]->fid); n++;

with

#if XRT_VERSION > 2
  XtSetArg(args[n],XtNxrtHeaderFont,fontListTable[bestSize]); n++;
#else
  XtSetArg(args[n],XtNxrtHeaderFont,fontTable[bestSize]->fid); n++;
#endif

medm.2.4.8 can create cartesian plot on a display.

 This experince suggest the importance of unification of both version
of medm, I think. Does anyone working on the merging of these software?

Noboru Yamamoto
KEKB control group.
KEK, JAPAN

Navigate by Date:
Prev: Re: custom record Ned Arnold
Next: "label=" in adl file. Noboru Yamamoto
Index: 1994  1995  1996  1997  <19981999  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: custom record Ned Arnold
Next: RE: [Q] merging medm.2.3.3 and medm.2.4.8 into single medm release? Matthias Clausen DESY -MKS-2/KRYK-
Index: 1994  1995  1996  1997  <19981999  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 ·