Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Visual C++ gotchas in VMD

I have discussed throughout the documentation areas of VMD which need to be considered when using Microsoft's Visual C++ compilers. The VMD library supports VC++ versions 8 through the latest 12. These correspond to Visual Studio 20056 through the current Visual Studio 2013.

I will give here fairly briefly the VC++ quirks which should be taken into account when using VMD. These quirks exist because the VC++ compiler does not have a C++ standard conforming preprocessor. More specifically the VC++ compiler does not follow all of the rules correctly for expanding a macro when a macro is invoked. Here is a list for things to consider when using VMD with VC++:


PrevUpHomeNext