When attempting to compile the project using Visual Studio 2022, the build fails due to linker issues with the provided yasmlib_x64.lib and yasm_x86.lib libraries.
Error LNK2001 unresolved external symbol __imp___iob_func MyMemory E:\git\projects\MyMemory-master\MyMemory\yasmlib_x64.lib(raw-preproc.obj) 1 Error LNK2001 unresolved external symbol __imp_fprintf MyMemory E:\git\projects\MyMemory-master\MyMemory\yasmlib_x64.lib(yasmasm.obj) 1
Could you provide the source code for these static libraries so we can compile it ourselves?
When attempting to compile the project using Visual Studio 2022, the build fails due to linker issues with the provided yasmlib_x64.lib and yasm_x86.lib libraries.
Error LNK2001 unresolved external symbol __imp___iob_func MyMemory E:\git\projects\MyMemory-master\MyMemory\yasmlib_x64.lib(raw-preproc.obj) 1 Error LNK2001 unresolved external symbol __imp_fprintf MyMemory E:\git\projects\MyMemory-master\MyMemory\yasmlib_x64.lib(yasmasm.obj) 1Could you provide the source code for these static libraries so we can compile it ourselves?