I`ve build some sample DLL, but I cannot compile the test program. The linker says, that there`s an undefined reference to EdrCenterText (which is declared in that DLL). In my textbook is written, that windows loads DLL AUTOMATICALY!?!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
when you created the dll it also created the library that has all the references to the dll so just find that and add it to the linker files and (hopefully) all should be well
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I`ve build some sample DLL, but I cannot compile the test program. The linker says, that there`s an undefined reference to EdrCenterText (which is declared in that DLL). In my textbook is written, that windows loads DLL AUTOMATICALY!?!
when you created the dll it also created the library that has all the references to the dll so just find that and add it to the linker files and (hopefully) all should be well