I've been recently trying to learn a new API so I can send work off to companies for a placement year at uni, cos we have been using an API our lecture made and I want to stand out from other student.
My problem is when I want to send them to a company I will need to send them the .exe and all the DLLs and resources for the project, and I have a lot of Dlls and resources so I want to put them in to two folders in the same location as the .exe.
Like:
Program.exe
Resource Folder
Dll Folder
I know how to in code to set the directory for resources but what I don't know how to do is tell the program where to look for the DLLs because at the moment I can only get the program to run when the dlls are in the same directory as the .exe or in System32.
Its probably a really simple solution like changing something in the project settings or something but I just can't work it out so any help would be appreciated