Hi!
I just want to test some real-time path tracing (not sure whether it would be possible). I have Visual Studio 2022, and 2019 as well on a Windows 10 (x64) machine. BTW, when I was trying the BUILD the g3d, I got the following error message:
Build FAILED.
"C:\g3d\G3D10\VisualStudio\G3D.sln" (External Libraries\freeimage_lib target) (1) ->
"C:\g3d\G3D10\VisualStudio\freeimage.lib.vcxproj" (default target) (2) ->
(ClCompile target) ->
C:\g3d\G3D10\external\freeimage.lib\source\OpenEXR\IlmImf\ImfAttribute.cpp(66,26): error C2039: 'binary_function': is
not a member of 'std' [C:\g3d\G3D10\VisualStudio\freeimage.lib.vcxproj]
C:\g3d\G3D10\external\freeimage.lib\source\OpenEXR\IlmImf\ImfAttribute.cpp(66,26): error C2504: 'binary_function': ba
se class undefined [C:\g3d\G3D10\VisualStudio\freeimage.lib.vcxproj]
C:\g3d\G3D10\external\freeimage.lib\source\OpenEXR\IlmImf\ImfAttribute.cpp(66,42): error C2143: syntax error: missing
',' before '<' [C:\g3d\G3D10\VisualStudio\freeimage.lib.vcxproj]
0 Warning(s)
3 Error(s)
> Are these errors due to the Visual Studio Version?