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: | Building 3.14.7 on win32-x86 with Visual C++ 6.0 |
From: | 최진혁 <[email protected]> |
To: | [email protected] |
Date: | Fri, 11 Nov 2005 18:14:58 +0900 (KST) |
Hi all,
I'm a beginner in EPICS. With some experience with Visual C++6, I've built 3.14.7 on win32-x86 correcting some errors. The errors fixed are as follows. 1. base/src/libCom/osi/epicsThread.cpp std::unexpected () -> unexpected () visual C get unexpected() out of std namespace. 2. base/src/ca/udpiiu.cpp line 244: remove unsigned in "unsigned i" duplicated definition 3. base/src/ca/tcpiiu.cpp line 1982: remove return in "return nettiu::uninstallChannel...() void should not return something 4. base/src/gdd/dbMapper.cc line 1108 & 1134: remove int in "int i" duplicated definition I've finished building with some warnings: 1. No /GL, /w44355 options for cl 2. No /LTCG option for link Please forgive me if someone has already addressed the above points. For the warnings, I should study further and any help will be appreciated. Still it should be checked if it works fine. I wish this list can help to someone. Jinhyuk Choi Pohang Accelerator Laboratory |