[C++] Start using GDI+ Library in c++
using gdiplus in c++, mfc When you develop a Windows program, you often need to work on the UI. In this case, we mainly use the gdiplus.dll library. There is a problem in getting the code and running it, but there is no problem. This is when gdiplus is not initialized. To use the gdiplus library, you must initialize it. #include #pragma comment(lib, "gdiplus") To use GDI +, all you need to do is..
2019. 8. 1. 22:19