Koenraad Lelong wrote:
Hi,
When I ty to compile fpc-svn for arm-linux it stops with Internal error
200203271 when buildgtk2.pp/gtkspinbutton.inc is compiled.
Was there a solution for this? I've just come across this error now
while trying to build fpc-svn for arm-linux as well. I'm using
> The mailing seems extremely quiet, is everyone very smart or is there
> another reason for it ? I'm not even sure if I can post questions about
> Pascal programming to this list.
The lists changed server machines in the past week. Only today most services
should be fully up and running again.
_
Hi Jonas,
thanks for the answer! I had this horrible nightmare that I am writing icky
code that was going to crash and burn on me some time. The mailing seems
extremely quiet, is everyone very smart or is there another reason for it ?
I'm not even sure if I can post questions about Pascal prog
On 21 jun 2006, at 20:38, Ewald Horn wrote:
How do I initialize a variable of the type : textfile ?
I keep getting the following hints from the compiler using FPC but
I can't
figure it out.
Hint: Local variable "inFile" does not seem to be initialized
It is because the text/file paramete
Hi,
silly question but I can't find the answer anywhere...
How do I initialize a variable of the type : textfile ?
I keep getting the following hints from the compiler using FPC but I can't
figure it out.
Hint: Local variable "inFile" does not seem to be initialized
It's been ages since I've
Michael Preslar wrote:
Back in the DOS Turbo Pascal days I could do the following
type
screentype= array[1..4000] of byte;
screenptr=^screentype;
var
screen1: screenptr;
procedure savescreen(scr:byte);
var
sc1: byte absolute $b000:0;
sc2: byte absolute $b800:0;
begin;
if screenaddress=$b0