[Lazarus] FPDoc Editor fails on namespace dotted unit names?

Michael Van Canneyt michael at freepascal.org
Mon Apr 15 13:53:46 CEST 2013



On Mon, 15 Apr 2013, Mattias Gaertner wrote:

> On Mon, 15 Apr 2013 19:48:09 +0800
> Paul Ishenin <webpirat at mail.ru> wrote:
>
>> 15.04.13, 19:43, Paul Ishenin пишет:
>> 
>> > If we compile this with
>> > dcc32 -NSSystem delphi will find System.SysUtils instead of SysUtils.
>> > Without this switch recent delphi will give an error because now delphi
>> > RTL has no SysUtils unit - it has System.SysUtils.
>> 
>> Just looked at some recent project .dproj file - it stores the next 
>> Namespaces (they are set by IDE by default):
>> 
>> <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
>
> Are dotted name spaces allowed too?
> For example
>
> -NSXML;my.company
>
> ?

I would hope so, this is the whole point of namespaces :-)

(sounds better in Dutch where dot=point ;) )

Michael.


More information about the Lazarus mailing list