L
Lloyd Dupont
I'm trying to use GDI+
fisrt it tooks me 1/2 an hour to realize that
#include <GdiPlus.h>
was failing SILENTLY
as a matter of fact
#include <kgdsfjrehgkjrehglierdjhglkrdhgkjfdhgdehjkrefhkj>
fails silently as well!
I'm using a default ManagedC++ template what kind of stupid default option
remove the warning for header not found, I wonder?
Anyway, once I figured this out, I try to add the correct include path:
Project => Properties => Configuration Properties => C/C++ => General =>
Additional Include Directories
where I set the path
"C:\Program Files\Microsoft Platform SDK\Include"
But the include keeps failing!
(I know it as my statement
using namespace GdiPlus
on line 10 keeps failing)
Any tip on how to include this header successfully?
fisrt it tooks me 1/2 an hour to realize that
#include <GdiPlus.h>
was failing SILENTLY
as a matter of fact
#include <kgdsfjrehgkjrehglierdjhglkrdhgkjfdhgdehjkrefhkj>
fails silently as well!
I'm using a default ManagedC++ template what kind of stupid default option
remove the warning for header not found, I wonder?
Anyway, once I figured this out, I try to add the correct include path:
Project => Properties => Configuration Properties => C/C++ => General =>
Additional Include Directories
where I set the path
"C:\Program Files\Microsoft Platform SDK\Include"
But the include keeps failing!
(I know it as my statement
using namespace GdiPlus
on line 10 keeps failing)
Any tip on how to include this header successfully?