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

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -