error LNK2001 #7

Closed
opened 2 years ago by root · 0 comments
root commented 2 years ago
Owner

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 ```
root closed this issue 2 years ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: vmp2/vmprofiler#7
Loading…
There is no content yet.