Closed GoogleCodeExporter closed 9 years ago
Thanks for your detailed report.
I think the problem is that you're trying to compile for WM6/ARM. I've tested
it only
for Win32/x86/x86_64 targets. Could you try to compile the same code for Win32
and
see if the error persists? If so, I'll add a check for non-x86 targets.
Original comment by alexander.chemeris
on 22 Jan 2009 at 11:22
I tried a Win32 windows application for x86. The stdint.h was compiled with no
issue.
Original comment by vale...@javaground.com
on 23 Jan 2009 at 9:57
I hope I've fixed this in r23. Please try and report results.
Original comment by alexander.chemeris
on 12 May 2009 at 7:54
Original comment by ipse....@gmail.com
on 12 May 2009 at 7:55
Sorry, correct fix is in r24. Please use it instead.
Original comment by ipse....@gmail.com
on 13 May 2009 at 10:58
I tried with latest 26th revision then also the same error persists.any other
alternate solution?
Original comment by daffy...@gmail.com
on 19 Mar 2010 at 7:11
daffyjoe, could you elaborate on your setup?
What is your Visual Studio version?
What is a target platform for project you're trying to build?
Original comment by alexander.chemeris
on 19 Mar 2010 at 8:24
I also encounter this problem with Visual Studio 2005 when building for ARM. It
occurs even with a bare-bones project containing nothing other than the
pre-compiled header support (stdafx.{h,cpp}) and a simple #include <stdint.h>
in the file implementing main(). The project is created with "New Project >
Other Languages > Visual C++ > Smart Device > Win32 Smart Device Project"
targeted at "Pocket PC 2003", type "Console application" (and ATL and MFC
switched unchecked). I have attached a sample project, created as described
here, in which the error manifests under VS2005.
Original comment by ericsuns...@gmail.com
on 9 Aug 2010 at 4:26
Attachments:
Original issue reported on code.google.com by
vale...@javaground.com
on 22 Jan 2009 at 9:07