Could anybody help me?
How do you call dll's, but not by any built in routines in the assembler,
but by loading in the relivant file and useing an index or maybe a callgate, I'am
not to sure..
How do you call dll's, but not by any built in routines in the assembler,
but by loading in the relivant file and useing an index or maybe a callgate, I'am
not to sure..
LoadLibrary
GetProcAddress
FreeLibrary
look up those API calls, they're probably what you're looking for
GetProcAddress
FreeLibrary
look up those API calls, they're probably what you're looking for