c++ - ::AddFontMemResourceEx' has not been declared -
i following tutorial here load font resource. have included wingdi.h header source, yet getting "::addfontmemresourceex' has not been declared" error while compiling, same error ::removefontmemresourceex well
what possibly cause ?
os: windows 7, compiler : mingw
wingdi.h not declare addfontmemresourceex() if _win32_winnt not @ least 0x0500 (aka _win32_winnt_win2k).
Comments
Post a Comment