search for: header_files

Displaying 4 results from an estimated 4 matches for "header_files".

Did you mean: header_fields
2009 Feb 17
5
Problems in Compiling MFC
..._Files/BindDC_OpenGL.cpp Source_Files/ChildView.cpp Source_Files/InputBox.cpp Source_Files/MainFrm.cpp Source_Files/MyCmdLineInfo.cpp Source_Files/TestApp.cpp Resource_Files/SingleAlg_CPU_Video.rc BiCubicInterpolation_OpenGL.h BiCubicInterpolation_OpenGL_Common.h BindDC_Common.h Header_Files/ChildView.h Header_Files/InputBox.h Header_Files/MainFrm.h Header_Files/MyCmdLineInfo.h Header_Files/Resource.h Header_Files/TestApp.h Header_Files/stdafx.h MyCmdLineInfo.h Resource_Files/res/SingleAlg_CPU_Video.rc2 Source_Files/stdafx.cpp readImage.h dicom_io.h SingleAlg_CP...
2017 Jan 02
1
Definition of uintptr_t in Rinterface.h
.....) > > Is this expected ? Shouldn't R rely on the definition in stdint.h > > But there need not be one in stdint.h, as the type is optional in C99/C11/C++11 and likely not present in C++98. > > AFAIUI stdin.h is part of C99: https://en.wikipedia.org/wiki/C_standard_library#Header_files > > While at it, it is not exactly like C99 is the latest thing in town. Wouldn't relying on it give an opportunity to simplify the code base ? > > > > > Laurent > > > > > rather than define its own ? > > > (report for the issue: > htt...
2017 Jan 01
3
Definition of uintptr_t in Rinterface.h
On 29/12/2016 15:55, Simon Urbanek wrote: > The problem is elsewhere - Rinterface.h guards the ultima-ratio fallback with HAVE_UINTPTR_T but that config flag is not exported in Rconfig.h. Should be now fixed in R-devel - please check if that works for you. Rconfig.h would be appropriate if Rinterface.h is being included from C code using the same compiler as used for R. But as Rinterface.h
2017 Jan 01
0
Definition of uintptr_t in Rinterface.h
...t; Is this expected ? Shouldn't R rely on the definition in stdint.h >>> >> > But there need not be one in stdint.h, as the type is optional in > C99/C11/C++11 and likely not present in C++98. AFAIUI stdin.h is part of C99: https://en.wikipedia.org/wiki/C_standard_library#Header_files While at it, it is not exactly like C99 is the latest thing in town. Wouldn't relying on it give an opportunity to simplify the code base ? Laurent > > rather than define its own ? >>> >>> >>> (report for the issue: >>> https://bitbucket.org/rpy...