Re: [fpc-devel] Unicode resource strings

2012-08-19 Thread Martin Schreiber
On Sunday 19 August 2012 09:41:48 Paul Ishenin wrote: > 19.08.12, 15:18, Martin Schreiber wrote: > > Hi, > > In 2008 and 2011 there were threads about FPC and Unicode resource > > strings with the conclusion that FPC does not support them. > > Are Unicode resource strings implemented in FPC now? I

[fpc-devel] 64 bit integer result in Win32 problem

2012-08-19 Thread ABorka
Hi, Win32 .exe compiled on Win64 computer, latest SVN build. I am trying to multiply 2 Integers (Declared as LongInt but sometimes need to use it as LongWord) and put the result into a QWord (64bit unsigned) result variable on Win32. However, it seems that the result is always cut to 32bit. C

Re: [fpc-devel] Unicode resource strings

2012-08-19 Thread Paul Ishenin
19.08.12, 15:18, Martin Schreiber wrote: Hi, In 2008 and 2011 there were threads about FPC and Unicode resource strings with the conclusion that FPC does not support them. Are Unicode resource strings implemented in FPC now? I did not find it in documentation. At the moment FPC resource strings

Re: [fpc-devel] Unicode resource strings

2012-08-19 Thread Jonas Maebe
On 19 Aug 2012, at 09:18, Martin Schreiber wrote: > In 2008 and 2011 there were threads about FPC and Unicode resource strings > with the conclusion that FPC does not support them. > Are Unicode resource strings implemented in FPC now? No, not yet. Jonas __

[fpc-devel] Unicode resource strings

2012-08-19 Thread Martin Schreiber
Hi, In 2008 and 2011 there were threads about FPC and Unicode resource strings with the conclusion that FPC does not support them. Are Unicode resource strings implemented in FPC now? I did not find it in documentation. Is there a replacement or supplement for http://wiki.freepascal.org/FPC_Unico