Please help me in knowing from where I will be able to find "gdiplus.h". Just because of this file Program is showing an error
"FATAL ERROR C:1083 : cannot include open file 'gdiplus.h' No such file or directory"

Are you using

#include <gdiplus.h>

or

#include "gdiplus.h"

.
Have you installed the Platform SDK properly?
Have you set the Include files Directory of your compiler correctly?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.