Answers for "gdiplus compile errors"

0

gdiplus compile errors

//try adding thos includes
#include <windows.h>
#include <objidl.h>
#include <gdiplus.h>
using namespace Gdiplus;
#pragma comment (lib,"Gdiplus.lib")
Posted by: Guest on January-08-2022

Browse Popular Code Answers by Language