On 06 May 2009, at 20:29, Lourival Mendes wrote:
Dear all, I would like to write a program that must work in MS DOS
with an input from file and output to another file, also I would like
to compile the same program in linux with the same premises (input and
output to files).
There should be
Dear all, I would like to write a program that must work in MS DOS
with an input from file and output to another file, also I would like
to compile the same program in linux with the same premises (input and
output to files).
Another doubt, is it possible to use GSL or Newmat as a library in
When I try to compile a unit in delphi mode with the following function
function Implements(out AReference; const AObject: TObject; const
AInterface: TGUID): Boolean;
begin
Result := (AObject is TInterfacedObject) and
((AObject as TInterfacedObject).QueryInterface(AInterface, AReference) = 0