Anyone knows what happened to that missing header file:
stdbool.h
Could anyone send it to me as an attachment?
Anyone knows what happened to that missing header file:I don't think that would do what you want.
stdbool.h
1. stdbool.h is part of all C99-compliant C/C++ compilers, so if you're compiling a project that is comprised of C99-compliant source code and requires new features that were added in C99 (in 1999), then you're going to need a C/C++ compiler that complies with the C99 standard, which also means it'll come with a copy of stdbool.h.
2. What source are you trying to compile?
3. What compiler or tool-chain are you trying to use to compile it?
stdbool.h2. What source are you trying to compile?
3. What compiler or tool-chain are you trying to use to compile it?
Re: Missing stdbool.h in source code
By: Digital Man to Peter on Fri Nov 13 2015 03:09 am
Anyone knows what happened to that missing header file:I don't think that would do what you want.
stdbool.h
1. stdbool.h is part of all C99-compliant C/C++ compilers, so if you're compiling a project that is comprised of C99-compliant source code and requires new features that were added in C99 (in 1999), then you're going to need a C/C++ compiler that complies with the C99 standard, which also means it'll come with a copy of stdbool.h.
I am using the project solutions distributed in the source file.
It did open
fine on Visual Studio 2010 Professional but it did not compile on the first shoot.
The Resource File was not compatible but I managed to fix that. The
next problem was that it did not find that include: stdbool.h as it does not come with the newer versions of visual studio. So, if you happen to have that file, please copy and paste it as a message or send it as an attachment so I can add it to the project.
Re: Missing stdbool.h in source code
By: Digital Man to Peter on Fri Nov 13 2015 03:09 am
stdbool.h2. What source are you trying to compile?
Apparently, all projects need that header file.
3. What compiler or tool-chain are you trying to use to compile it?
I use Visual Studio 2010 Professional.
Sysop: | Ragnarok |
---|---|
Location: | Dock Sud, Bs As, Argentina |
Users: | 136 |
Nodes: | 10 (0 / 10) |
Uptime: | 12:40:29 |
Calls: | 15,171 |
Calls today: | 4 |
Files: | 19,857 |
D/L today: |
58 files (6,877K bytes) |
Messages: | 1,691,644 |