I have a solution with one application project(.exe) and one dll project(.dll).
I created dll by specifying the location in build event (..\out\debug\lib) and exe location (..\out\debug). Why again the dll is created in exe location? I need the exe to locate from (..\out\debug\lib) only. My another question is when I build in 'Release' mode, the exe wont work and shows the error "specified dll not found". Please help me on these. Thank you