Stephen Howe
2009-12-07 17:33:59 UTC
Hi
I have a solution that has as startup a MFC EXE and vanilla Win32 DLLs, each of which is a process started by the MFC EXE.
All written in C++.
If I look at the source code for any given process, all code is under "directories"
Header Files
Source Files
Resource Files
I say "directories" because these names dont exist as directories on disk, it is how the source files have been grouped.
In reality, all CPP, H and RC files, for each project are in their own directory.
But I have test solution, relatively new and it differs from the arrangement above.
I see
Debug Files
Release Files
but no
Header Files
Source Files
Resource Files
and this time, it does correspond to what is on disk within the project.
Why these two different views?
How do I get the latter looking like the former?
Thanks
Stephen Howe
I have a solution that has as startup a MFC EXE and vanilla Win32 DLLs, each of which is a process started by the MFC EXE.
All written in C++.
If I look at the source code for any given process, all code is under "directories"
Header Files
Source Files
Resource Files
I say "directories" because these names dont exist as directories on disk, it is how the source files have been grouped.
In reality, all CPP, H and RC files, for each project are in their own directory.
But I have test solution, relatively new and it differs from the arrangement above.
I see
Debug Files
Release Files
but no
Header Files
Source Files
Resource Files
and this time, it does correspond to what is on disk within the project.
Why these two different views?
How do I get the latter looking like the former?
Thanks
Stephen Howe