Referencing a custom library

Hi

I would like to write some classes and store them in a shared DLL which would be placed in an arbitrary file path.

How can I reference this DLL in a C++ program and utilize the classes in the library?

Thanks
Steven

you should look at dll import and dll export first .

Then if the dll is functionnal , simply add the lib path in the project properties , set the environment path where dlls are located (a bin folder) , then simply include headers where you need it in your project .
Topic archived. No new replies allowed.