This is the version 5cf59576b5e5e024c250e73f from 2019-06-03 21:47:34 comment: 'stuff...'
Visual C++ ed
Cheat sheet ed
warning errors ed
either in code:
#pragma warning(disable : 4996)
or in project settings / C/C++ / Advanced / Disable Specific Warnings
duplicate source file names ed
project settings / C/C++ / Output Files
$(IntDir)\%(RelativeDir)\%(Filename).obj
gtk ed
surprisingly simple:
git clone https://github.com/Microsoft/vcpkg cd vcpkg bootstrap-vcpkg.bat vcpkg install gtk:x64-windows vcpkg integrate install
ebenso portaudio, fftw3, libogg, libflac
Categories: Programmieren