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