I'm sure this is really simple to set up, but I've wasted many an hour trying to figure it out. Any Visual C++ developers want to show me the light?
My problem:
I'm creating a Win32 DLL project, and I'm having trouble setting up a simple loaction for the project. I want to name the project 'cshell', but I want the .dsp, source, header and resource files in a subdirectory called '../cshell/src'. If I make the location 'cshell/src' and name the project cshell, all the files are stored in 'cshell/src/cshell/', which is bad. So how can I name my project cshell, and have all the files associated with that project stored in a subdirectory? Such as cshell/src ?
Thanks for even taking the time to even read this.
My problem:
I'm creating a Win32 DLL project, and I'm having trouble setting up a simple loaction for the project. I want to name the project 'cshell', but I want the .dsp, source, header and resource files in a subdirectory called '../cshell/src'. If I make the location 'cshell/src' and name the project cshell, all the files are stored in 'cshell/src/cshell/', which is bad. So how can I name my project cshell, and have all the files associated with that project stored in a subdirectory? Such as cshell/src ?
Thanks for even taking the time to even read this.