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
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
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
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
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
>>
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.
=
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
>
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
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