Re: [fpc-pascal] DirectFB for FPC beta tarball

2009-06-01 Thread Prince Riley
Hello Roland Thanks for the committ andd the tar ball.. I've set aside next weekend to explore and begin testing it. Perhpas others in the group are like me and putting the tarball on their 'To-Do' list. Prince On Sun, May 31, 2009 at 7:23 AM, Roland Schaefer roland.schae...@fu-berlin.de

Re: [fpc-pascal] IE 200307043

2009-05-27 Thread Prince Riley
: Prince Riley wrote: Frank, I think the crux of the matter here is how to make the distinction between a pointer with 'no value' and one that is initialized or set to the 'lowest possible value in the range'. The quote I mentioned comes directly from Borland's Object Pascal Langage Manual

Re: [fpc-pascal] IE 200307043

2009-05-25 Thread Prince Riley
Hello, There seems to be a bigger issue on this... but perhaps someone else confirm that the following programs, similar to the failing one, work. program test1; var p: Pointer; begin p := nil; p := p + 1; end. Does work and the following program program test2; var

Re: [fpc-pascal] IE 200307043

2009-05-25 Thread Prince Riley
+ 1' works (compiles) but issues a warning about the 'p = p + 1' expression (GCC v4). On Mon, May 25, 2009 at 12:48 PM, Prince Riley wmarketi...@gmail.comwrote: Hello, There seems to be a bigger issue on this... but perhaps someone else confirm that the following programs, similar

Re: [fpc-pascal] IE 200307043

2009-05-25 Thread Prince Riley
, Prince Riley wrote: There seems to be a bigger issue on this... but perhaps someone else confirm that the following programs, similar to the failing one, work. That's because the error was in the constant evaluation (nil and 1 are both constants). Jonas

Re: [fpc-pascal] IE 200307043

2009-05-25 Thread Prince Riley
and ensuring that pointer arithmetic doesn't become a source of opaque bugs. Prince On Mon, May 25, 2009 at 8:43 PM, Jonas Maebe jonas.ma...@elis.ugent.bewrote: On 25 May 2009, at 22:39, Prince Riley wrote: That's a very interesting answer. So am I understanding you to say that the expression

Re: [fpc-pascal] IE 200307043

2009-05-25 Thread Prince Riley
, Frank Peelo f...@eircom.net wrote: Prince Riley wrote: Hello, The reserved word nil is a special constant that can be assigned to any pointer. When nil is assigned to a pointer, the pointer doesn't reference anything. Since a pointer is a memory address value, then the interpretation

Re: [fpc-pascal] DBus interface needs an update

2009-05-18 Thread Prince Riley
Matthias, You might want to take a look at the thread (see below) on this I found On 10/15/06, Marco van de Voort [EMAIL PROTECTED] wrote: Florian, afaik Sebastian already had DBus stuff. He demonstrated it in Muenchen? Arg, duplicated work? Well ... he should have written somewhere that

[fpc-pascal] Re: Sourceforge Lazarus DEB Fails on Ubuntu Hardy Heron

2009-05-14 Thread Prince Riley
: The following packages have unmet dependencies: lazarus-ide: Depends: libxi6 (= 2:1.1.3-1ubuntu3) but 2:1.1.3-1 is to be installed E: Broken packages On Wed, May 13, 2009 at 11:59 PM, Prince Riley wmarketi...@gmail.comwrote: The current .DEB lazarus-ide_0.9.26.2-0_i386.deb available from

[fpc-pascal] Sourceforge Lazarus DEB Fails on Ubuntu Hardy Heron

2009-05-13 Thread Prince Riley
The current .DEB lazarus-ide_0.9.26.2-0_i386.deb available from the Sourceforge repository reports a dependency error when I attempt to run it on Ubuntu 8.04. The error reads, Error: Dependency is not satisfiable: libxi6 What makes this vexing is the installer reports a dependency error when in

Re: [fpc-pascal] Linking issue in Ubuntu 9.04 (32 bit)

2009-04-24 Thread Prince Riley
Jonas, Sorry to but in, but I read this post and followed the link to the binutils problem you mentioned in your reply. Is it possible the error message, Can't call the linker,... is the result of a bad/missing symlink and not the problem in binutils? I have Ubuntu 9.04 desktop now but haven't

Re: [fpc-pascal] Linking issue in Ubuntu 9.04 (32 bit)

2009-04-24 Thread Prince Riley
Jonas, Thanks for taking the time to reply Jonas. When I get Ubuntu 9.04 installed this weekend I'll shoot you an e-mail confirming the version of binutils it has ... Prince On Fri, Apr 24, 2009 at 4:42 PM, Jonas Maebe jonas.ma...@elis.ugent.bewrote: On 24 Apr 2009, at 23:28, Prince Riley

Re: [fpc-pascal] Linking issue in Ubuntu 9.04 (32 bit)

2009-04-24 Thread Prince Riley
...@elis.ugent.bewrote: On 24 Apr 2009, at 23:28, Prince Riley wrote: Sorry to but in, but I read this post and followed the link to the binutils problem you mentioned in your reply. Is it possible the error message, Can't call the linker,... is the result of a bad/missing symlink

Re: [fpc-pascal] ARM / SheevaPlug followup

2009-04-14 Thread Prince Riley
It would seem that its probably best we take some time and try to spec out, test, and the publish the steps to follow since I've been interested in a port like this as well. Can we use the steps followed to port PFC to the MacOS hardware platform when it was non-Intel? Should be be looking at a

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Prince Riley
On Wed, Mar 4, 2009 at 1:33 AM, Michael Van Canneyt mich...@freepascal.orgwrote: On Tue, 3 Mar 2009, Prince Riley wrote: Joost Reading the responses on this discussion thread, it appears the 'religious war' you mentioned in your prior post was unavoidable. Not to add any fuel

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-04 Thread Prince Riley
On Wed, Mar 4, 2009 at 5:31 AM, Dariusz Mazur dar...@emadar.com wrote: Prince Riley pisze: Since the discussion in this thread has advanced pretty far along toward recommending a FP and Powtils solution to you, then it appears you have a technical answer from the group you can explore

Re: [fpc-pascal] 2.2.4 for FreeBSD AMD64?

2009-03-04 Thread Prince Riley
Hello I just checked the list on FreeBSD kernel group on the AMD64 port.. and the answer is maybe.. A more definitive answer might be available soon I was told. There is still some delay on the QC for the 2.2.4 RC1 that hasn't been completed and the person doing that QC wasn't answering with a

Re: [fpc-pascal] 2.2.4 for FreeBSD AMD64?

2009-03-04 Thread Prince Riley
If anything breaks before then, I'll send you word on the RC... Prince On Wed, Mar 4, 2009 at 10:04 PM, Francisco Reyes li...@stringsutils.comwrote: Prince Riley writes: Thanks for the reply. I just checked the list on FreeBSD kernel group on the AMD64 port. The work is getting done

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-03 Thread Prince Riley
whether it can be tweaked in some way to support the REST protocol for an application like yours. On Mon, Mar 2, 2009 at 3:16 PM, Francisco Reyes li...@stringsutils.comwrote: Prince Riley writes: Finally, give the advance from CGI based web apps to Web 2.0 (Javascript running in the browser

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-03 Thread Prince Riley
transaction processing load, etc. I also don't know whether it can be tweaked in some way to support the REST protocol for an application like yours. On Mon, Mar 2, 2009 at 3:16 PM, Francisco Reyes li...@stringsutils.comwrote: Prince Riley writes: Finally, give the advance from CGI based web

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-03 Thread Prince Riley
der Sluis jo...@cnoc.nl wrote: Op dinsdag 03-03-2009 om 12:30 uur [tijdzone -0600], schreef Prince Riley: Primarily the reason why is -- especially for DB web applications -- is efficiency, maintainability, and scalability. The recent major efforts by Mozilla, Google, and others to improve

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Prince Riley
Travis, I am joining this discussion fairly late so if you've found your solution already please ignore this post. First, upon reading you feel Irie Pascal is 'optimized' for CGI execution on OSX (Leopard?) my first question is how are you defining that. I've looked over the Irie code just now

Re: [fpc-pascal] Porting linux to pascal, would it be, possible ?

2008-12-11 Thread Prince Riley
]wrote: On Mon, Dec 8, 2008 at 8:07 PM, Prince Riley [EMAIL PROTECTED] wrote: Eclipse was first released as a Java development IDE several years ago, but if you take a look at the Eclipse web site www.eclipse.org you'll see that since then Eclipse has evolved and been extended

Re: [fpc-pascal] How Much of the FP/LCL is there in Indy 9/10 of Lazarus?

2008-12-11 Thread Prince Riley
Hello Has anyone used or attempted to use Indy with FPC... and if so how did you incorporate the Indy components. On Thu, Dec 11, 2008 at 12:24 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Thu, 11 Dec 2008 18:39:18 +0100 Jürgen Hestermann juergen.hesterm...@gmx.de wrote: Hi,

Re: [fpc-pascal] Re: Embarcadero/CodeGear officialy interested in Firebird and on native versions of Delphi for other operating systems ...

2008-12-10 Thread Prince Riley
Jurgen and Bee made a few rich contrasting points about Borland's past mistakes. However, we must acknowledge that Borland's biggest problem was Borland persisten failure to deliver 'price competitive' and 'high value' programming tools. No one denies Borland's well earned reputation for

Re: [fpc-pascal] Porting linux to pascal, would it be, possible ?

2008-12-09 Thread Prince Riley
PROTECTED] wrote: In our previous episode, Prince Riley said: Like ti weigh in on this thread in the discussion regarding increasing the GUI-ness of FP. Has anyone looked into writing an Eclipse plug-in for FP (as an was done for Python and Ruby)? Afaik there was a more editor like plugin

Re: [fpc-pascal] Porting linux to pascal, would it be, possible ?

2008-12-08 Thread Prince Riley
Hello Like ti weigh in on this thread in the discussion regarding increasing the GUI-ness of FP. Has anyone looked into writing an Eclipse plug-in for FP (as an was done for Python and Ruby)? Given the huge base of Eclipse users this might be a way to reach the goal with both a better developer

Re: [fpc-pascal] Free Pascal Support for ARM Architecture

2008-12-08 Thread Prince Riley
Sorry to everyone for replying so far down the thread to the points mentioned earlier. The FPC ARM support is stated as ' does not specify an ARM architecture' ... fine ..but there is a major issue there that needs clarification and better documentation. Is it really safe to have no way to

Re: [fpc-pascal] Free Pascal Support for ARM Architecture

2008-12-08 Thread Prince Riley
assembler code option ( meaning -- which ARM architecture --) did FP support. On Mon, Dec 8, 2008 at 2:17 PM, Jonas Maebe [EMAIL PROTECTED]wrote: On 08 Dec 2008, at 20:43, Prince Riley wrote: What I keep asking here and not getting a precise answer about is what specific ARM opcodes does

Re: [fpc-pascal] Free Pascal Support for ARM Architecture

2008-12-08 Thread Prince Riley
Marc, Just wanted to say thank you for that info.. much obliged. Prince On Mon, Dec 8, 2008 at 2:14 PM, Marc Santhoff [EMAIL PROTECTED]wrote: Am Montag, den 08.12.2008, 13:43 -0600 schrieb Prince Riley: Perhaps the person who coded that support into FP can write back and say which ARM op

Re: [fpc-pascal] Re: Embarcadero/CodeGear officialy interested in Firebird and on native versions of Delphi for other operating systems ...

2008-12-08 Thread Prince Riley
Bee -- You make a very excellent point in your post and one that I think doesn't get repeated loudly enough into the ears of the Embarcadero folks. Maybe its time for an open letter posted to these kinds of lists and sending their president a e-mail with the link to read the comments for himself.

Re: [fpc-pascal] Free Pascal Support for ARM Architecture

2008-12-07 Thread Prince Riley
Maebe [EMAIL PROTECTED]wrote: On 07 Dec 2008, at 00:30, Prince Riley wrote: A few additional points if I may .. When you say the FP supports the ARM architecture my specific question is how does FP 'inform' the GNU assembler back end of which ARM architecture is intended ... FPC does

Re: [fpc-pascal] Free Pascal Support for ARM Architecture

2008-12-07 Thread Prince Riley
PM, Jonas Maebe [EMAIL PROTECTED]wrote: On 07 Dec 2008, at 23:01, Prince Riley wrote: On Sun, Dec 7, 2008 at 3:11 PM, Jonas Maebe [EMAIL PROTECTED] wrote: On 07 Dec 2008, at 00:30, Prince Riley wrote: A few additional points if I may .. When you say the FP supports the ARM

[fpc-pascal] Free Pascal Support for ARM Architecture

2008-12-06 Thread Prince Riley
Hello I have read on the wiki that FP supports ARM.. which I find very interesting.. After reading the manuals I see that FP uses the GNU tools as back-ends and they support ARM ... but it that the extent of the support here. For example, the ASM directive in FP targets the IA33 processor

Re: [fpc-pascal] Free Pascal Support for ARM Architecture

2008-12-06 Thread Prince Riley
the FP syntax is implemented to use ARM register and assembler sematics/syntax which the GNU Assembler assumes will be set by the language 'front end' Thanks Prince On Sat, Dec 6, 2008 at 4:55 PM, Jonas Maebe [EMAIL PROTECTED]wrote: On 06 Dec 2008, at 23:32, Prince Riley wrote: After reading

Re: [fpc-pascal] Porting linux to pascal, would it be, possible ?

2008-12-05 Thread Prince Riley
Hello Everyone, While I can't honestly say I share any enthusiasm for writing a OS in FreePascal, I do think there is merit in looking for projects of similar scope and interest that can demonstrate the power of the language and the tremendous tools that have been developed by this group over the

Re: [fpc-pascal] Re: Porting linux to pascal, would it be possible ?

2008-12-05 Thread Prince Riley
Hello I don't mean to start a culture war here, but I think there is a bit of overstatement in this post that 'C' is somehow a better language for writing an OS in than say Pascal or OP or anything else. In point of fact, the only 'best' language for any processor is its own machine code which

Re: [fpc-pascal] Re: Porting linux to pascal, would it be possible ?

2008-12-05 Thread Prince Riley
%28computing%29 . Prince On Fri, Dec 5, 2008 at 7:57 PM, Prince Riley [EMAIL PROTECTED] wrote: Hello I don't mean to start a culture war here, but I think there is a bit of overstatement in this post that 'C' is somehow a better language for writing an OS in than say Pascal or OP or anything else

Re: [fpc-pascal] Re: Porting linux to pascal, would it be possible ?

2008-12-05 Thread Prince Riley
Link to the article about the ATT UNIX OS and C http://en.wikipedia.org/wiki/UNIX On Fri, Dec 5, 2008 at 8:01 PM, Prince Riley [EMAIL PROTECTED] wrote: Here is a direct reference from the Wikipedia article I referenced in my prior post ... In 1973, Unix was rewritten in the C