We've always linked DLLs to OBJ files as part of compiling and building the EXE. Is there a way to link the DLL at run time instead of at compile time? My goal is to allow the user to navigate to a desired DLL which will contain pre-defined functions so that the user can direct the program to make use of different DLLs each time the program is run.
Thanks for any ideas or suggestions! Clay