Hello There,
I am trying to use a .dll file i created in my project. My question is: how would i go about doing this?
I have already tried Project >> Add Existing Files >> and then selecting the .dll
Then I used:
#include "MyDLL/mydll.h"
But this gives the undefined reference error.
Any help would be much appreciated. Thanks in advance,
Matt