Question Referencing an external DLL, Path

Drache

Active member
Joined
Apr 8, 2006
Messages
26
Programming Experience
Beginner
I am writing a program which uses an external DLL file. I have added a reference to the file, but the file path is stored as a absolute path which means I must always keep the file in the same place.

Is there any way to make that referenced DLL path relative to the project folder?
 
Back
Top