Re: [fpc-pascal] Change Endian of String types

2012-11-26 Thread ik
On Mon, Nov 26, 2012 at 10:42 AM, ik wrote: > On Mon, Nov 26, 2012 at 10:29 AM, Vincent Snijders > wrote: >> >> >> 2012/11/26 ik >>> >>> Hello, >>> >>> Is there a way to convert endian of a string (from little to big and >>> vice versa) ? >> >> What kind of string you want to convert? For exampl

Re: [fpc-pascal] Free Pascal 2.6.2 rc1

2012-11-26 Thread Bart
On 11/13/12, Marco van de Voort wrote: > > Hello, > > We have placed the first release-candidate of the Free Pascal Compiler > version 2.6.2 on our ftp-servers. The installer (fpc-2.6.2rc1.i386-win32.exe) will not run under Win9x. Is it possible to build an installer with (I guess) a previous ver

Re: [fpc-pascal] Complex circular references

2012-11-26 Thread Noah Silva
Hi. I also wrote something that makes dot files for graphvis, and it does look at the implementation and interface sections. Search for pasviz. Thank you, Noah silva 2012/11/23 0:18 "denisgolovan" : > Hi all > > Now and again, I am trying to debug complex circular references. > By complex

Re: [fpc-pascal] bootstrapping from svn

2012-11-26 Thread Graeme Geldenhuys
On 26/11/12 01:27, David Emerson wrote: > > (Graeme, if you read this, have you considered creating a git branch for > the 2.6 fixes branch?) I decided against tracking the fixes branches after I realised what strange way the FPC team manages tags, branches etc in SubVersion. After attempting to

[fpc-pascal] Re: bootstrapping from svn

2012-11-26 Thread Reinier Olislagers
On 26-11-2012 2:27, David Emerson wrote: > It sure would be nice if a compatible ppc386 executable was included in > the repository, so I wouldn't have to go download it from somewhere else. > > Thoughts? For many architectures, there is a bootstrap 2.6 compiler available from SVN. Just a differ

Re: [fpc-pascal] Change Endian of String types

2012-11-26 Thread Mark Morgan Lloyd
ik wrote: On Mon, Nov 26, 2012 at 10:29 AM, Vincent Snijders wrote: 2012/11/26 ik Hello, Is there a way to convert endian of a string (from little to big and vice versa) ? What kind of string you want to convert? For example a PChar is trivial. ShortString, AnsiString, UTF8String, WideSt

Re: [fpc-pascal] Change Endian of String types

2012-11-26 Thread ik
On Mon, Nov 26, 2012 at 10:29 AM, Vincent Snijders wrote: > > > 2012/11/26 ik >> >> Hello, >> >> Is there a way to convert endian of a string (from little to big and >> vice versa) ? > > What kind of string you want to convert? For example a PChar is trivial. ShortString, AnsiString, UTF8String,

Re: [fpc-pascal] bootstrapping from svn

2012-11-26 Thread Mark Morgan Lloyd
David Emerson wrote: Well, I decided to make another attempt at running from the svn fixes_2_6 branch The first problem I encountered was that I could not compile from fpc 2.4.4. It sure would be nice if a compatible ppc386 executable was included in the repository, so I wouldn't have to go

Re: [fpc-pascal] Change Endian of String types

2012-11-26 Thread Mark Morgan Lloyd
nik wrote: Hello, Is there a way to convert endian of a string (from little to big and vice versa) ? Change the endianness of a string with what representation? -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the author's, not those of his employers or colleagues]

Re: [fpc-pascal] Change Endian of String types

2012-11-26 Thread Vincent Snijders
2012/11/26 ik > Hello, > > Is there a way to convert endian of a string (from little to big and > vice versa) ? > What kind of string you want to convert? For example a PChar is trivial. Vincent ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.o