Re: OT: MS C++ 6.0 help
Oh... ok, that helps. Are there not DSW files one directory-level higher than the lowest sub-folders? There are in the Versions of DXSDK that I have loaded. Open the DSW, and the sub-folders should be sub-projects of that workspace.
For example,
C:\DXSDK\samples\Multimedia\Demos
contains demos.dsw, four project subfolders, and a "bin" subfolder. The bin folder has resources which are shared by the projects, to save space.
The one DSW will let you build any of the projects it includes. You can select which one by using the control available from the Build/Configurations drop-down item.
PvK
|