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