Waitrud Weber’s blog

things and reminders for memories

2020-12-12から1日間の記事一覧

3d: Step forward Visual Studio: Good System: WinUser.h

(20201212: Visual studio) In WinUser.h "DrawText" is defined like the below. If we use "DrawText" as normal, the function of "DrawTextW" is selected, which means not ascii but UNICODE selected. "WinUser.h" WINUSERAPI _Success_(return) int …

3d: Step back to Mingw:

We found error by use of compiler and copy the file from another project. And we compiled it, the file of vCaluculation.cpp not recognised by compiler. file error: https://github.com/WaitrudWeber/source_zip/blob/master/cg-mingw-20201212-00…