Re: I really hate .NET especially inside Delphi
- From: Robert Giesecke <spam@xxxxxxxxx>
- Date: Wed, 04 Oct 2006 11:05:51 +0200
Rick Beerendonk wrote:
will that not have to change with partial classes ?Both parts of a partial class will have to be in the same namespace, as
you might imagine, yes.
I've read http://www.drbob42.com/examines/examin82.htm
It is confusing to see that if you use the namespace, you get the whole partial class, but if you use one of it units, you get only a part of the partial class. That is perfectly logical, but it also shows how confusing it is to have two almost (!) identical solutions (units & namespaces) for a single problem in the same product.
You *cannot* "use" a namespace in Delphi.Net from a Delphi.Net compiled assembly. Which is one of my points why I consider units in D.Net a poor trade-off compared to namespaces in the usual way .Net languages implement it.
You *have* to use units.
.
- Follow-Ups:
- Re: I really hate .NET especially inside Delphi
- From: Tim Jarvis [Borland/DTG]
- Re: I really hate .NET especially inside Delphi
- From: Rick Beerendonk
- Re: I really hate .NET especially inside Delphi
- References:
- I really hate .NET especially inside Delphi
- From: AnnShip
- Re: I really hate .NET especially inside Delphi
- From: Robert Giesecke
- Re: I really hate .NET especially inside Delphi
- From: Nick Hodges (Borland/DTG)
- Re: I really hate .NET especially inside Delphi
- From: Robert Giesecke
- Re: I really hate .NET especially inside Delphi
- From: Nick Hodges (Borland/DTG)
- Re: I really hate .NET especially inside Delphi
- From: Clinton R. Johnson
- Re: I really hate .NET especially inside Delphi
- From: Nick Hodges (Borland/DTG)
- Re: I really hate .NET especially inside Delphi
- From: Bruno Fierens [tmssoftware.com]
- Re: I really hate .NET especially inside Delphi
- From: Nick Hodges (Borland/DTG)
- Re: I really hate .NET especially inside Delphi
- From: Rick Beerendonk
- I really hate .NET especially inside Delphi
- Prev by Date: Re: I really hate .NET especially inside Delphi
- Next by Date: Re: I really hate .NET especially inside Delphi
- Previous by thread: Re: I really hate .NET especially inside Delphi
- Next by thread: Re: I really hate .NET especially inside Delphi
- Index(es):
Relevant Pages
|