Groups > Borland > Borland Delphi migration > Converting packages to net




Converting packages to net

Converting packages to net
12 Jan 2007 04:09:53 -0800
Hi

I have two packages in win32 (P1 and P2) that I also want to have in net. I
create new packages for net (P1Net, P2Net) and add the same units to them.
The P2Net uses P1Net so I set requires P1Net in P2Net package.
I have also set "Default namespace" in P1Net (X.X) and P2Net (X.Y).
The output directory for the assemblies is in the windows path (and in the same
directory).
I compile P1Net and then when I compile P2Net I get E2202 Required package P1Net
not found. 

Why?

It must be something to do with the use of “default namespaces”. If I remove the
namespace of P1Net package and recompile it then I can compile P2Net.


Håkan
Post Reply
about | contact