Changeset 1438
- Timestamp:
- 28/02/10 07:33:49 (2 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 3 edited
-
README_VS2008.pdf (added)
-
bindings/cpp/NeXusFile.cpp (modified) (2 diffs)
-
bindings/cpp/NeXusFile.hpp (modified) (2 diffs)
-
windows/README_VS2008.pdf (deleted)
-
windows/bindings/cpp/nexusCPP.vcproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/cpp/NeXusFile.cpp
r1379 r1438 41 41 } 42 42 43 /* 43 44 template<> 44 45 NXDLL_EXPORT NXnumtype getType(char number) { … … 47 48 throw Exception(msg.str()); 48 49 } 50 */ 49 51 50 52 // template specialisations for types we know -
trunk/bindings/cpp/NeXusFile.hpp
r1375 r1438 9 9 10 10 #ifdef _WIN32 11 12 #ifdef _MSC_VER 13 # define NXDLL_EXPORT 14 #else 11 15 # if IN_NEXUS_CPP_LIBRARY 12 16 # define NXDLL_EXPORT __declspec(dllexport) … … 14 18 # define NXDLL_EXPORT __declspec(dllimport) 15 19 # endif 16 #else 20 #endif /* _MSC_VER */ 21 22 #else /* _WIN32 */ 17 23 # define NXDLL_EXPORT 18 24 #endif /* _WIN32 */ -
trunk/windows/bindings/cpp/nexusCPP.vcproj
r1437 r1438 43 43 Optimization="0" 44 44 AdditionalIncludeDirectories="..\..\..\include;..\..\..\Windows_extra\include" 45 PreprocessorDefinitions="WIN32;_DEBUG;_LIB "45 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE" 46 46 MinimalRebuild="true" 47 47 BasicRuntimeChecks="3" … … 107 107 EnableIntrinsicFunctions="true" 108 108 AdditionalIncludeDirectories="..\..\..\include;..\..\..\Windows_extra\include" 109 PreprocessorDefinitions="WIN32;NDEBUG;_LIB "109 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE" 110 110 RuntimeLibrary="0" 111 111 EnableFunctionLevelLinking="true"
Note: See TracChangeset
for help on using the changeset viewer.
