Creating my libraries for PPC and WinCE

  • Thread starter Thread starter Zanna
  • Start date Start date
Z

Zanna

Hi all,

My aim is to develop 3 libraries to use by my apps as follow:

1) A library dedicated to PocketPC devices
2) A library dedicated to WindowCE devices
3) A base library that can be used by a PPC or a WinCE devices

What is the best way to do this?
The (3) is best to do a PPC lib or to do 2 projects for different
targets with the same files shared?
Or what else?

Thanks
 
Zanna,

I'd do two projects. A 3rd option would be to have a 3rd project for the
shared code and build it as a DLL.
 
Ginny Caughey [MVP] ha scritto:
Zanna,

I'd do two projects. A 3rd option would be to have a 3rd project for the
shared code and build it as a DLL.

Mmmm... so you say: let's do 2 projects for points 1 and 2, and the
point 3 would be shared classes... is it so?

That can be an idea.

Thanks
 
Back
Top