pinterf / fft3dfilter

fft3dfilter
GNU General Public License v2.0
32 stars 2 forks source link

Any idea how to resolve this issue? #6

Open newcapricasean opened 1 year ago

newcapricasean commented 1 year ago

Build started... 1>------ Build started: Project: fft3dfilter, Configuration: Debug x64 ------ 1>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v150\Platforms\x64\PlatformToolsets\v141_xp\Toolset.targets(39,5): warning MSB8051: Support for targeting Windows XP is deprecated and will not be present in future releases of Visual Studio. Please see https://go.microsoft.com/fwlink/?linkid=2023588 for more information. 1>FFT3DFilter.cpp 1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(239): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 1>z:\fft3dfilter-2.10\fft3dfilter\fft3dfilter.cpp(2932): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>c:\program files (x86)\windows kits\10\include\10.0.10240.0\ucrt\stdio.h(1769): note: see declaration of 'sprintf' 1>fft3dfilter_c.cpp 1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(239): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 1>fft3dfilter_sse.cpp 1>c:\program files (x86)\microsoft sdks\windows\v7.1a\include\objbase.h(239): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 1>info.cpp 1>Generating Code... 1>Done building project "fft3dfilter.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== ========== Build started at 7:37 PM and took 06.691 seconds ==========

pinterf commented 1 year ago

Unfortunately cannot help with it.