This is a fork of Blitz3D TSS, made by ZiYueCommentary.
Please read this document.
- Visual Studio Community 2022
- Desktop development with C++
- C++ MFC for latest v142 build tools (x86 & x64)
- C++ ATL for latest v142 build tools (x86 & x64)
- ASP.NET and web development
- Open
blitz3d.sln
in Visual Studio 2022. - Select Release or Debug config and rebuild the entire solution.
- All done! You can find output files in the
_release
and_release/bin
dirs. Feel free to delete.pdb
and.ilk
files here.
-
Note: Blitz3D TSS uses the dynamic version of the fmod audio lib.
When redistributing programs built with Blitz3D TSS, you will need to also include the
fmod.dll
file found in thebin
directory with your programs.This should be placed in the same directory as your program's executable.