duplicating public code

From: H. Edgar (hedgar_at_noemail.nospam)
Date: 02/28/05


Date: Mon, 28 Feb 2005 09:14:26 +0100

the WinCe50 documentation
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceosdev5/html/wce50howhowtoduplicateapublicdirectoryasaplatformdirectory.asp

describes how to duplicate a public directory, which cannot be cloned. This should be done according this description in a second public directory under %_WINCEROOT%\PBWorkspaces\%_TGTPROJ%\Wince500\Public.

But code in this directory is not generated automatically. The description seems to be not complete.

If I define a project to insert a dirs or sources files by creating a pbpxml, then how to get, that DLLs being generated from link libraries in Cesysgen\oak\lib coming from the original public directory to be overwritten with the new components, which generate link libraries in the oak\lib in the projectroot?

What would be the better way to clone these public components?

Edgar