visual studio - Incremental link of x64 assembly function -


i have x64 assembly file in c++ dll project.
reasons beyond scope want linker generate entry in jump table function other c/c++ function in project.
when call function c++ code jumps assembly function instead of going through jump table.
ideas?

assembly code isn't relocatable compiler. doesn't have jump table entry.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -