Open Hearwindsaying opened 1 month ago
@Hearwindsaying thanks for reporting this! Will role in the fix soon.
What is /bigobj
? We don't currently have any folder or compiler flag with that name in the codebase.
I mean you need to add /bigobj
to make it work for MSVC. https://learn.microsoft.com/en-us/cpp/build/reference/bigobj-increase-number-of-sections-in-dot-obj-file?view=msvc-170.
Small issues and could be fixed trivially:
#include <fcpw/core/core.h>
inzombie/core/sampling.h
to include_USE_MATH_DEFINES
andNOMINMAX
so thatM_PI
in core.h andmax
,min
does not complain in MSVC./bigobj
to resolvedemo.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj
: can be fixed inCMakeLists.txt
tbb.dll
to thebuild/demo/{CMAKE_BUILD_TYPE}/
folder.