Calling functions?
Hey, I was wondering if you could call functions from another program in C++ without using inline ASM. Like if there's any other ways.
For example, I have an address for a function and all the parameters for it. How do I call it without inline ASM? In assembly it would be call 0052A48D or something. Just wondering if you can do that in C++.
Thanks