Post by IcyculyrThanks, how do you tell if it's #include <shobjidl.h> or #include
"shobjidl.h".. I always get confused with those.
Solution #1: read the MSDN article, and copy what it says.
Solution #2: Think! Basically, if it came with the compiler or a
Microsoft SDK (e.g. DirectX), then use #include <...>. Or, flip the
question around -- "if I didn't write it or download some 3rd party
source, then I should use #include "..."".
Nathan Mates
--
<*> Nathan Mates - personal webpage http://www.visi.com/~nathan/
# Programmer at Pandemic Studios -- http://www.pandemicstudios.com/
# NOT speaking for Pandemic Studios. "Care not what the neighbors
# think. What are the facts, and to how many decimal places?" -R.A. Heinlein