[fpc-devel] Unicode resourcestrings
    Marco van de Voort 
    marcov at stack.nl
       
    Fri Feb 29 10:53:51 CET 2008
    
    
  
> On Friday 29 February 2008 10.07:29 Dani?l Mantione wrote:
> Another suggestion:
> 
> implementation
> 
> resourcestrings
>  resstring1 = 'abc';
>  resstring2 = '1234';
> 
> resourcewidestrings
>  resstring3 = 'abc';
>  resstring4 = '1234';
I don't like inventing Delphi incompat syntax for it, specially since
probably starting with D2008 resourcestrings will be unicode too.
 
So a directive would make more sense (and more importantly, that can be
abstracted in e.g. a global include files as many OSS pascal projects do)
    
    
More information about the fpc-devel
mailing list