I am making a win32 console app using msvc++ that is going to use a really simple dll. I put my .lib and header for my dll (my dll only has one header) into my console applications folder.
When I run it, I don't get any compile or linking errors, but when the app is actually open, it says it cant find the dll. When I put the .dll file into the console app's folder and run, it actually works. I would like to know why this happens??????