windows compilation- cstdint in Visual C++ 9.0

Asked by Sameer P

Hi,

I am trying to compile ADCH++ on Windows with Visual C++ 9.0 (SP1 + hotfixed hotfix).
And am using scons 2.0.1

I launched the MS Visual studio 2008 commnad prompt and issued "scons tools=default".

But it fails as there is no cstdint in VC 9.0.
Compiling build\debug-default\adchpp\adchpp.pch (precompiled header)
adchpp.cpp
f:\syssec\_proj\adchpp\adchpp_2.5.2_source\adchpp\adchpp.h(98)
: fatal error C1083: Cannot open include file: 'cstdint': No such file or directory

I tried using boost/cstdint.hpp and http://msinttypes.googlecode.com/svn/trunk/stdint.h.
But even they fail with some other errors.

Can someone please suggest what I am missing out here?

Thanks,
Sameer P

Question information

Language:
English Edit question
Status:
Solved
For:
ADCH++ Edit question
Assignee:
No assignee Edit question
Solved by:
Toast
Solved:
Last query:
Last reply:
Revision history for this message
Best Toast (swetoast-deactivatedaccount) said :
#1

needs 2010 version

Revision history for this message
Sameer P (x-contactsameerp-gmail-com) said :
#2

Thanks Toast, that solved my question.