I start a DLL project and I also start a GUI windows project. The windows project uses functions from the DLL. I build the DLL fine. I include the header file from the DLL in the GUI file, but the linker complains, saying unresolved external symbols. Is there a guide to developing appz that use .dlls?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I start a DLL project and I also start a GUI windows project. The windows project uses functions from the DLL. I build the DLL fine. I include the header file from the DLL in the GUI file, but the linker complains, saying unresolved external symbols. Is there a guide to developing appz that use .dlls?