Click to See Complete Forum and Search --> : Novice wondering about projects


Bardez
April 26th, 2005, 01:27 PM
Hi,

I'm looking for help understanding the concept of solution / project and how to utilize multiple projects, and how to make them interact. Any help would be appreciated. Thanks in advance.

JimG
April 26th, 2005, 03:26 PM
A Solution contains one or more Projects. These projects may be dependant on each other. For instance if you have a dll that does one function, and an .exe that calls the dll, you could create them as seperate Projects within the same Solution. When you make code changes to the dll, and build, it'll recompile the files that changed in the .dll, and re-link the .exe to the new .dll.