I am trying to compile a program of mine with visual studio 2005. But it
fails saying it cant find include file ‘inttypes.h’.
Now, if I am not mistaken, this file should not be included when cmpiling on
windows, right? And I have checked that WIN32 is #defined in the build
settings
and stuff, but no luck.
I am trying to compile a program of mine with visual studio 2005. But it
fails saying it cant find include file ‘inttypes.h’.
Now, if I am not mistaken, this file should not be included when cmpiling on
windows, right? And I have checked that WIN32 is #defined in the build
settings
and stuff, but no luck.
The program compiles fine on linux.
Thanx in advance
–Anders Folkesson
ps. I hope i didnt double post this mail. If so, i am sorry ds.
Start → Search → All Files and Folders → All or Part of the File
Name → inttypes.h
only reports my MingW inttypes.h file. So I believe it is missing, at
least from my free Express compiler.
Good news is that Google Search turns up this page:
See the last line under external links.
Best of luck,
ChrisOn 6/17/07, Anders Folkesson wrote:
Hi!
I am trying to compile a program of mine with visual studio 2005. But it
fails saying it cant find include file ‘inttypes.h’.
Now, if I am not mistaken, this file should not be included when cmpiling on
windows, right? And I have checked that WIN32 is #defined in the build
settings
and stuff, but no luck.
–
E-Mail: Chris Nystrom <@Chris_Nystrom>
Saving the world from web programming. http://www.newio.org/ - AIM: nystromchris
thanks, i found that too. But it seems like a work around and not a real
solution, since it should not be included…i think(?)
Anyways, when i added those include files, i get to a new error about
missing include files iconv.h.
Seems like it thinks it is compiling SDL on linux (at least a not windows
platform).
–Anders Folkesson
2007/6/17, Chris Nystrom :>
On 6/17/07, Anders Folkesson <@Anders_Folkesson> wrote:
Hi!
I am trying to compile a program of mine with visual studio 2005. But it
fails saying it cant find include file ‘inttypes.h’.
Now, if I am not mistaken, this file should not be included when
cmpiling on
windows, right? And I have checked that WIN32 is #defined in the build
settings
and stuff, but no luck.
Start → Search → All Files and Folders → All or Part of the File
Name → inttypes.h
only reports my MingW inttypes.h file. So I believe it is missing, at
least from my free Express compiler.
Good news is that Google Search turns up this page:
i read there is inttypes.h and stdint.h for data types. not sure of
the differences, but thought stdint.h was better or preferred. also,
not sure what windows has since i do not have it. perhaps try stdint.h
mattOn Sun, 17 Jun 2007 14:36:56 +0200 “Anders Folkesson” wrote:
Hi!
I am trying to compile a program of mine with visual studio 2005. But
it fails saying it cant find include file ‘inttypes.h’.
Now, if I am not mistaken, this file should not be included when
cmpiling on windows, right? And I have checked that WIN32 is #defined
in the build settings
and stuff, but no luck.
The program compiles fine on linux.
Thanx in advance
–Anders Folkesson
ps. I hope i didnt double post this mail. If so, i am sorry ds.