Sers,
I develop a CE 6.0 CEPC in Visualstudio 2005 with Platform Builder.
I want to make 2 Images with the same konfiguration (.reg, .bib,...) but
with different Catalog Items (WordPad, .Net Compact Framework).

How could I create a second Catalog in my Projekt?

Thanks
cba

Re: 2 Catalogs in the same Projekt by Helge

Helge
Mon May 14 05:43:56 CDT 2007

You can hold the common .reg and .bib files at a seperate place and use
#include to get the content to two OS designs with individual catalog items
in it.

/Helge



Re: 2 Catalogs in the same Projekt by Jack

Jack
Mon May 14 09:33:44 CDT 2007

the selected catalog items are stored in the workspace file (or in ce
6 terms: in a OS design). so create a new workspace/OS design based on
the same platform, and you will be able to store different catalog
settings.

you can then custumize all which is might dependent on *.reg, *.dat
and *.bib files in the project.*;