레트로/프로그램, 장비
Windows 98/ME/NT/2K GDI+(gdiplus)
inseul인슬
2024. 1. 2. 19:33
Windows XP부터는 기본으로 있지만, Windows 98/ME/NT/2K의 경우 위 사진처럼 GDIPLUS.dll을 요구하면 Microsoft GDI+ redistributable을 설치해야한다.
그런데 마소가 예전 링크를 다 날렸다. 그래서 수동 설치를 해야한다.
압축을 풀고 DLL 폴더 내의 gdiplus.dll과 gdiplus.lib를 "C:\WINDOWS\System" 폴더에 넣으면 된다.
NT/2K는 " C:\WINNT\System"
- Reference
GDI+
Gdiplus::Graphics graphics(hdc); Gdiplus::Image image(L"YourPicture.gif"); Gdiplus::ImageAttributes imageAtt; Gdiplus::ColorMatrix cm = {1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.
www.leunen.com