Please help about the design pattern.

  • Thread starter Thread starter Cylix
  • Start date Start date
C

Cylix

Please advise me the project struction with follow parts:

1. a stand alone program
2. a COM program integrated to MS WORD and OUTLOOK
3. a stand alone program using MS Explorer

These three parts retrieve the same database and get simular value.
so, I introduce a class for retrieve data from database named
getData.dll

Should all these under a same solution with three(or four) projects?
Or just let them be four solution?

Thanks for advise.
 
Hello, Cylix!

C> 1. a stand alone program
C> 2. a COM program integrated to MS WORD and OUTLOOK
C> 3. a stand alone program using MS Explorer

C> These three parts retrieve the same database and get simular value.
C> so, I introduce a class for retrieve data from database named
C> getData.dll

C> Should all these under a same solution with three(or four) projects?
C> Or just let them be four solution?

IMO it will be better to have all projects in one solution.

Because, when you will have 4 solutions you will have to open
4 VS to work with your projects instead of one.

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top