In compiling I get 5 unresolved external symbols. How can I solve that?
vmprofiler and Zydis libs compile without problems.
1>vmprofiler.lib(vm.obj) : error LNK2001: unresolved external symbol __imp_ZydisCalcAbsoluteAddress
1>vmprofiler.lib(vmutils.obj) : error LNK2001: unresolved external symbol __imp_ZydisDecoderInit
1>vmprofiler.lib(vmutils.obj) : error LNK2001: unresolved external symbol __imp_ZydisFormatterInit
1>vmprofiler.lib(vmutils.obj) : error LNK2001: unresolved external symbol __imp_ZydisFormatterFormatInstruction
1>vmprofiler.lib(vmutils.obj) : error LNK2001: unresolved external symbol __imp_ZydisDecoderDecodeBuffer
In compiling I get 5 unresolved external symbols. How can I solve that?
vmprofiler and Zydis libs compile without problems.
```
1>vmprofiler.lib(vm.obj) : error LNK2001: unresolved external symbol __imp_ZydisCalcAbsoluteAddress
1>vmprofiler.lib(vmutils.obj) : error LNK2001: unresolved external symbol __imp_ZydisDecoderInit
1>vmprofiler.lib(vmutils.obj) : error LNK2001: unresolved external symbol __imp_ZydisFormatterInit
1>vmprofiler.lib(vmutils.obj) : error LNK2001: unresolved external symbol __imp_ZydisFormatterFormatInstruction
1>vmprofiler.lib(vmutils.obj) : error LNK2001: unresolved external symbol __imp_ZydisDecoderDecodeBuffer
```
In compiling I get 5 unresolved external symbols. How can I solve that?
vmprofiler and Zydis libs compile without problems.