Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-15 Thread Michael Schnell
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

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-15 Thread Michael Schnell
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

Re: [fpc-devel] strcopy, strlcopy for PWideChar

2011-08-15 Thread Michael Van Canneyt
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;

Re: [fpc-devel] strcopy, strlcopy for PWideChar

2011-08-15 Thread LacaK
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;

Re: [fpc-devel] strcopy, strlcopy for PWideChar

2011-08-15 Thread Michael Van Canneyt
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;

Re: [fpc-devel] strcopy, strlcopy for PWideChar

2011-08-15 Thread Hans-Peter Diettrich
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

[fpc-devel] Stellaris Update

2011-08-15 Thread John Clymer
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

Re: [fpc-devel] Stellaris Update

2011-08-15 Thread DaWorm
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

Re: [fpc-devel] strcopy, strlcopy for PWideChar

2011-08-15 Thread LacaK
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 ?