[Lazarus] FPDoc Editor fails on namespace dotted unit names?
Mattias Gaertner
nc-gaertnma at netcologne.de
Mon Apr 15 13:51:21 CEST 2013
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
?
Mattias
More information about the Lazarus
mailing list