Hello everyone.
I read that the LIB file is not needed to import DLL into x64 applications.
It is enough to convert to the ELF format (file) and add it as a Static Libraries File (.a) to the project.
MKEXP.EXE, the 64-bit Windows Import Library Tool for C++
Has anyone tried to do it this way?
Does anyone have any experience ?