In our previous episode, Felipe Monteiro de Carvalho said:
> wrote:
> > The mix (or equivalence) of character and byte counts obviously is
> > inappropriate for "wide" versions. Perhaps "sizeof" should read "Length"?
>
> Maybe Delphi supports only UCS-2 and not UTF-16
Delphi afaik supports UTF-1
On Mon, Aug 15, 2011 at 6:41 PM, Hans-Peter Diettrich
wrote:
> The mix (or equivalence) of character and byte counts obviously is
> inappropriate for "wide" versions. Perhaps "sizeof" should read "Length"?
Maybe Delphi supports only UCS-2 and not UTF-16
--
Felipe Monteiro de Carvalho
__
Hans-Peter Diettrich wrote / napísal(a):
LacaK schrieb:
Or do you not like these "wide" versions at all ?
It's not a matter of liking, I'm afraid. If Delphi has them, we'll
have to add them too :-)
Can you please add an entry in the bug tracker, so we don't forget ?
http://bugs.freepasc
STM32F103 and other ST Micro M3 parts have the ability to remap the vector
table. You can create applications to start anywhere in memory, and use a
bootloader to remap the table and jump to the new power up vector. In IAR C
this is handled in the linker config file. Someone on the list thought
So, after some work, I have a compiler working for the LM3S8962 board (a
successful Blinking LED :-) )
However, as I was going through some of the various datasheets, I see that all
the Stellaris controllers have similar memory maps. That is:
A) Each type of device has a specific spot in the
LacaK schrieb:
Or do you not like these "wide" versions at all ?
It's not a matter of liking, I'm afraid. If Delphi has them, we'll
have to add them too :-)
Can you please add an entry in the bug tracker, so we don't forget ?
http://bugs.freepascal.org/view.php?id=19989
Do you think, that
On Mon, 15 Aug 2011, LacaK wrote:
Michael Van Canneyt wrote / napísal(a):
On Mon, 15 Aug 2011, LacaK wrote:
Hi,
it seems, that there is ATM no versions of StrCopy, StrLCopy, which works
with WideChars (in SysUtils).
Can these variants be added ?
function StrCopy(Dest: PWideChar; const
Michael Van Canneyt wrote / napísal(a):
On Mon, 15 Aug 2011, LacaK wrote:
Hi,
it seems, that there is ATM no versions of StrCopy, StrLCopy, which
works with WideChars (in SysUtils).
Can these variants be added ?
function StrCopy(Dest: PWideChar; const Source: PWideChar): PWideChar;
http:/
On Mon, 15 Aug 2011, LacaK wrote:
Hi,
it seems, that there is ATM no versions of StrCopy, StrLCopy, which works
with WideChars (in SysUtils).
Can these variants be added ?
function StrCopy(Dest: PWideChar; const Source: PWideChar): PWideChar;
http://docwiki.embarcadero.com/VCL/en/SysUtils.S
Hi,
it seems, that there is ATM no versions of StrCopy, StrLCopy, which
works with WideChars (in SysUtils).
Can these variants be added ?
function StrCopy(Dest: PWideChar; const Source: PWideChar): PWideChar;
http://docwiki.embarcadero.com/VCL/en/SysUtils.StrCopy
function StrLCopy(Dest: PWideC
On 08/15/2011 12:39 AM, Graeme Geldenhuys wrote:
On 14 August 2011 20:21, Sven Barth wrote:
Just curious: Do you still plan to port it to Pascal?
Definitely!
Hmm, in the end giving us the choice between LCL/VCL, Firemonkey, fpGUI
designer, and MiGLayout (and...).
Maybe too many alternatives
On 08/14/2011 08:09 PM, Graeme Geldenhuys wrote:
And yes, even complex UI's are a breeze to code up with
MiGLayout
I never tried this, but I feel that IDEs (integrating code editor, GUI
designer, make process, and debugger) have been invented for a purpose.
-Michael
___
12 matches
Mail list logo