I want to install kylix 3, I use fedora core 4 since two weeks.
I tried to extract kylix from tar file from a command line but I got an error, then I uncompressed to a folder and tried to install from there, it seemed be all ok but I can't find kylix anywhere.
sorry for my bad english, it's not...
Help friends
I am writing a delphi program from visual basic and have a problem with visual basic filecopy:
CMDialog.Filename <> "" Then FileCopy "outfile.txt", CMDialog.Filename
where CMdialog is from commondialog
it`s posible use CopyFile and how?
I want to delete rows and columns of a matrix where the sum is 0 or where all elements are 0.
I, in visual basic, can make it using empty but in delphi, is there any equivalent statement?
thanks
to whosrdaddy:
I think it's a infinite loop. can i use the following?
i := 1;
repeat
if Vect1[i] = Vect1[i + 1] then
Begin
For j := 1 to n do
Begin
Inc(a[i + 1 , j], a[i , j]);
a[i , j] := 0;
end;
end;
Inc(i);
Until (i>= n);
to...
Vect1 and a definition are the following:
UNIT Util;
INTERFACE
TYPE
Float = Double;
CONST
TNArraySize = 500; { Maximum size of matrix }
TYPE
PTNV = ^TNvector;
PTNM = ^TNmatrix;
PTSV = ^TSVector;
PTSM = ^TNSmatrix;
TSvector = ARRAY[1..TNArraySize] OF string...
Hi everybody!
I have a problem when translating a piece of code from a visual basic program to another in delphi:
I have in vb the following:
i = 1
do while (i < n)
if Vect1(i) = Vect1(i + 1) then
For j = 1 to n
a(i + 1 , j) = a(i + 1 , j) + a(i , j)
a(i , j) = 0...
I have a problem when trying to write in Delphi a program that I wrote a time ago in Visual Basic. I, instead of using Stringrid, want to use Msflexgrid, for which I concerned it using import ActiveX from Delphi but the problem is that when trying to put the values of an array in the grid, for...
I have got a textbox in a form where I put the number of days between two different dates but I don't know how update the field in the table to show the number of days in the table too. I hope anyone help me.
Thanks
I want to know if pchips motherboard m825 support sempron microprocessors or need bios upgrade.
I don't know how to flash bios. If you can give me an idea ...
thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.