C++ : How to include boost library header in VC++6? -


I used to rebuild the boost library in VC ++ 6 under Windows XP. But problems are involved in adding header files By default, the promotion library uses the following point 1 to declare the top 1 files. But if I use 1 point, I get a "fatal error C1083": Unable to open file ... "I tried to use point 2 to declare and it starts working, But all the header files referenced from point 2 need to be changed, it changes the waterfall of the header declaration that is not realistic.

Am I missing something? Header file without error In the evening What is the correct way to do it?

  1) #include & lt; boost / interprocess / managed_shared_memory.hpp & gt; 2) #include ".. \ boost \ interprocess \ managed_shared_memory.hpp " 

Are you involved in promoting the path to your project?

If you try to compile your program from Visual Studio, you can add additional additions to the global option (menu: Tools -> Options -> Directories -> Show Directory: File Include) Add. If you compiled boost libraries (eg. :: for the file system), you should also add a library path to your setup.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -