View Single Post
Old 03-20-2021, 09:18 AM   #18
rob81
Human being with feelings
 
Join Date: Mar 2021
Location: Germany
Posts: 4
Default

Quote:
Originally Posted by Tale View Post
Reviving old thread, but I have just uploaded an improved convertor, supporting not just 32-bit floating-point WAV files, but also 8/16/24-bit integer, and 64-bit float. It does require my WaverReader class now.

https://github.com/TaleTN/ir2h
Hey... Trying to build it with "nmake /f Makefile.msvc" but I always get this error:

Microsoft (R) Program Maintenance Utility, Version 14.28.29337.0
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.

cl /O2 /fp:fast /D NDEBUG /W3 /D _CRT_SECURE_NO_WARNINGS /nologo ir2h.cpp
ir2h.cpp
ir2h.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_fopenUTF8" in Funktion ""public: int __thiscall WaveReader::Open(char const *)" (?Open@WaveReader@@QAEHPBD@Z)".
ir2h.exe : fatal error LNK1120: 1 nicht aufgelöste Externe
NMAKE : fatal error U1077: ""C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bi n\HostX86\x86\cl.EXE"": Rückgabe-Code "0x2"
Stop.

What am I doing wrong? Or maybe could someone send me the exe?
rob81 is offline   Reply With Quote