Waitrud Weber’s blog

things and reminders for memories

3d: WindowsAPI: Redesigned: to some frameworks: we could inherit class: Thank you very much.

20191203
We could compile Main.cpp including C++ inheritance.
> c:\aaa\bin\make.exe all
mingw32-g++ -Wall -O3 -I C:\MinGW\include\ -L C:\MinGW\lib -lgdi32 -lws2_32 -lwsock32 -mwindows -o Main.o -c Main.cpp
mingw32-g++ Main.o -Wall -O3 -I C:\MinGW\include\ -L C:\MinGW\lib -l gdi32 -lws2_32 -lwsock32 -o winmain_001.exe
 
----
20191203
14:25
 
 Please refer to the below for compiation.
https://waitrudweber.hatenablog.com/entry/2018/05/01/005938