Following a previous question I posted and received an excellent answer to -
Dynamically load a function from a DLL
I have further problems. I must be going wrong somewhere but I am pretty sure I got the .DLL built correctly and I'm sure from the previously answered question it is linked to the .DLL correctly.
I have the following:
I have also used DependencyWalker to make sure the .DLL is exporting the function that I am attempting to call and it is showing it is being exported correctly.
PS: I am receiving the error when compiling the program that calls the .dll with the "was not declared in this scope" error for the exported function.
Thank you for your time and help!