I have a console C++ app and I want to call a function add() in another dll C++ project. Whats the way to do it?
Use LoadLibrary and then GetProcAddress to get the function pointer.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With