Re: [fpc-pascal] Assembler file generate by compiler

2012-08-19 Thread Rainer Stratmann
Am Saturday 18 August 2012 23:53:36 schrieb Jonas Maebe: On 18 Aug 2012, at 22:48, Rainer Stratmann wrote: I did option -a, the compiler needs longer now, but where can I see the generated file(s)? In the same directory that contains the generated .o and .ppu files. They are not there. In

Re: [fpc-pascal] FPC vs Delphi's unicode string support questions

2012-08-19 Thread Jürgen Hestermann
Am 2012-08-18 22:33, schrieb Sven Barth: The RTL mostly uses PChar to not be restricted to 255 characters (exceptions are ancient compatibility units like DOS, Objects, etc.). There are often overloads for ShortString and AnsiString though. AFAIK all file handling routines use the file record

Re: [fpc-pascal] Assembler file generate by compiler

2012-08-19 Thread Jonas Maebe
On 19 Aug 2012, at 10:55, Rainer Stratmann wrote: Am Saturday 18 August 2012 23:53:36 schrieb Jonas Maebe: On 18 Aug 2012, at 22:48, Rainer Stratmann wrote: I did option -a, the compiler needs longer now, but where can I see the generated file(s)? In the same directory that contains the

Re: [fpc-pascal] Assembler file generate by compiler

2012-08-19 Thread Mark Morgan Lloyd
Jonas Maebe wrote: On 19 Aug 2012, at 10:55, Rainer Stratmann wrote: Am Saturday 18 August 2012 23:53:36 schrieb Jonas Maebe: On 18 Aug 2012, at 22:48, Rainer Stratmann wrote: I did option -a, the compiler needs longer now, but where can I see the generated file(s)? In the same directory

Re: [fpc-pascal] Assembler file generate by compiler

2012-08-19 Thread Rainer Stratmann
Am Sunday 19 August 2012 10:59:16 schrieb Jonas Maebe: On 19 Aug 2012, at 10:55, Rainer Stratmann wrote: Am Saturday 18 August 2012 23:53:36 schrieb Jonas Maebe: On 18 Aug 2012, at 22:48, Rainer Stratmann wrote: I did option -a, the compiler needs longer now, but where can I see the

[fpc-pascal] Re: Assembler file generate by compiler

2012-08-19 Thread leledumbo
For finding a solution: what does the message from fpc compiler: Note: Switching assembler to default writing assembler means exactly? http://www.freepascal.org/docs-html/user/userse70.html AFAIK when -a is given, the internal assembler can't be executed (the internal assembler seems to work

Re: [fpc-pascal] Assembler file generate by compiler

2012-08-19 Thread Rainer Stratmann
Am Sunday 19 August 2012 18:01:42 schrieb Mattias Gaertner: Can you try a newer version? I am afraid of all the problems then with installing on a linux computer. The computer further has no connection to the internet. I try step by step to get more independend from lazarus first. Then it will

Re: [fpc-pascal] Assembler file generate by compiler

2012-08-19 Thread Mattias Gaertner
On Sun, 19 Aug 2012 19:04:20 +0200 Rainer Stratmann rainerstratm...@t-online.de wrote: [...] If I activate extrafpc.cfg what happens then with the settings in the dialog boxes? Both are applied. Use the above to find out what happens. Thanks. Is there a way to switch off the

[fpc-pascal] DOSbox issues

2012-08-19 Thread Guillermo Martínez Jiménez
Hello everybody, Has somebody used Free Pascal 2.6 in DOSbox? I'm having problems with the installer (text looks corrupted and it doesn't install) but I don't know if it's an issue in all DOSbox or it's because I'm using it in a 64bit Linux (Xubuntu 12.04). Greetings, Guillermo Ñuño Martínez

Re: [fpc-pascal] Assembler file generate by compiler

2012-08-19 Thread Sven Barth
On 19.08.2012 17:59, Rainer Stratmann wrote: Am Sunday 19 August 2012 16:50:20 schrieb Jonas Maebe: On 19 Aug 2012, at 16:45, Rainer Stratmann wrote: fpc 2.4.2-0 [2010/11/11] for i386 I put -a to projectsettings - other - userdefined settings Output of the message window when compiling:

[fpc-pascal] Possible RTFM question: is there something like an IsRootPath() function?

2012-08-19 Thread Bart
Hi, Does fpc have a function that determines if a given paths is the root (e.g. '/' in Linux, 'F:\' in Windows)? I could not find such a thing. The Delphi converter from Lazarus needs such a function, and currently I wrote a crude one which is ifdef-ed in the source code, which we would like to

Re: [fpc-pascal] Possible RTFM question: is there something like an IsRootPath() function?

2012-08-19 Thread michael . vancanneyt
On Mon, 20 Aug 2012, Bart wrote: Hi, Does fpc have a function that determines if a given paths is the root (e.g. '/' in Linux, 'F:\' in Windows)? I could not find such a thing. There is no such function. Michael. ___ fpc-pascal maillist -