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: known problem with the reccaster on Windows? |
From: | Freddie Akeroyd - STFC UKRI via Tech-talk <tech-talk at aps.anl.gov> |
To: | Mark Rivers <rivers at cars.uchicago.edu>, Heinz Junkes <junkes at fhi-berlin.mpg.de>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 30 Jan 2024 15:10:01 +0000 |
Hi Heinz, Are you building as windows-x64 or windows-x64-static architecture? I was just wondering if the initHook() was running before the
winsock library was initialised, which needs to be done by a call to osiSockAttach() somewhere. The DLL based epics build (windows-x64) is a bit more forgiving about this as it loads winsock from WS2_32.DLL which often seems to self-initialise, but I’ve generally
found that static EPICS windows builds do not work if you try and use sockets before a call to osiSockAttach() has happened Regards, Freddie
From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Mark Rivers via Tech-talk Hi Heinz, What happens if you build ADLightField without reccaster? Have you tried running the ADSimDetector, also built with reccaster?
Mark From: Tech-talk on behalf of Heinz Junkes via Tech-talk Hi, |