Error 1 error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is recommended. c:\program files (x86)\microsoft visual studio 10.0\vc\atlmfc\include\atlcore.h 35 1 ABS_CCD81_Parser
Got the above error
Found the fix below
http://connect.microsoft.com/VisualStudio/feedback/details/564673/problem-with-win32-winnt
I solved the issue. I just needed to edit file "stdafx.h" and change the value defined for _WIN32_WINNT and WINVER to 0x0502. My bad.
Sunday, July 11, 2010
Monday, July 5, 2010
Add grid value to point using Global Mapper
Use Global Mapper to apply a grid value to a series of points by opening a grid and a point layer in global mapper. Then use
Global Mapper>File>Export Vector Data>Export Simple ASCII Text File
with the export elevation option ticked. Note that it may try to utilise a Z geometry or attribute if it exists before it will use the grid value.
Also, it will transform any line, polygon data into points if using the same method.
Global Mapper>File>Export Vector Data>Export Simple ASCII Text File
with the export elevation option ticked. Note that it may try to utilise a Z geometry or attribute if it exists before it will use the grid value.
Also, it will transform any line, polygon data into points if using the same method.
Subscribe to:
Posts (Atom)