Re: [fpc-pascal] error msg: "Selected asm reader not supported"

2005-08-08 Thread Jonas Maebe
On 7 aug 2005, at 21:29, Bartek wrote: I am compiling my sources under win32 for win32 with Lazarus. And my source codes and the "tcl80.pas" has compiled fine with earlier versions of fpc. I only updated the fpc source from svn, compiled it, copied over the existing in Lazarus, and rebuild

Re: [fpc-pascal] error msg: "Selected asm reader not supported"

2005-08-08 Thread Bartek
Jonas Maebe wrote: On 7 aug 2005, at 21:29, Bartek wrote: I am compiling my sources under win32 for win32 with Lazarus. And my source codes and the "tcl80.pas" has compiled fine with earlier versions of fpc. I only updated the fpc source from svn, compiled it, copied over the existing i

Re: [fpc-pascal] error msg: "Selected asm reader not supported"

2005-08-08 Thread Vincent Snijders
Bartek wrote: Jonas Maebe wrote: On 7 aug 2005, at 21:29, Bartek wrote: I am compiling my sources under win32 for win32 with Lazarus. And my source codes and the "tcl80.pas" has compiled fine with earlier versions of fpc. I only updated the fpc source from svn, compiled it, copied over

Re: [fpc-pascal] error msg: "Selected asm reader not supported"

2005-08-08 Thread Bartek
Vincent Snijders wrote: Bartek wrote: Jonas Maebe wrote: On 7 aug 2005, at 21:29, Bartek wrote: I am compiling my sources under win32 for win32 with Lazarus. And my source codes and the "tcl80.pas" has compiled fine with earlier versions of fpc. I only updated the fpc source from sv

Re: [fpc-pascal] error msg: "Selected asm reader not supported"

2005-08-08 Thread Florian Klaempfl
Bartek wrote: > > > Vincent Snijders wrote: > >> Bartek wrote: >> >>> >>> >>> Jonas Maebe wrote: >>> On 7 aug 2005, at 21:29, Bartek wrote: > I am compiling my sources under win32 for win32 with Lazarus. > And my source codes and the "tcl80.pas" has compiled fine with >>

[fpc-pascal] need info about codepages

2005-08-08 Thread Andriy Bench
Dear, Sirs. Please,describe using -Fc and -Fr compiler command line switches in depth. I need russian code for sources and russian compiler messages under win32 platform. Which values I should substitude against x and y? And where i could load ukrainian messages file? With regards, Andriy Bench. =

Re: [fpc-pascal] Help Files in v2.0.0

2005-08-08 Thread Tomas Hajny
Arturo Gonzalez Rivera napsal(a): > "Help about help" : > > Sorry for the question, and certainly "some-many" have asked for the help > files, I think the answer is too simple and with not big problem, but I > can't wait longer to ask... > > "I would like to know if there is a special file to be >

Re: [fpc-pascal] error msg: "Selected asm reader not supported"

2005-08-08 Thread Bartek
Florian Klaempfl wrote: Bartek wrote: Vincent Snijders wrote: Bartek wrote: Jonas Maebe wrote: On 7 aug 2005, at 21:29, Bartek wrote: I am compiling my sources under win32 for win32 with Lazarus. And my source codes and the "tcl80.pas" has compiled

[fpc-pascal] Why doesn't the Watch show what the array exactly is?

2005-08-08 Thread Z.Zhang
Why doesn't the Watch show what the array exactly is? I assigned an array arr:array [1..3,1..3] of 0..1; then did such lines as below: fillchar(arr,sizeof(arr),0); {I bet this procedure is used properly, right?} arr[1,3]:=1; arr[2,1]:=1; arr[3,1]:=1; {or other lines alike} What I observed in Wat