Re: [fpc-pascal] Doubts

2009-05-10 Thread Jonas Maebe
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

[fpc-pascal] Doubts

2009-05-06 Thread Lourival Mendes
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

[fpc-pascal] Doubts about QueryInterface

2005-07-26 Thread Agustin Barto
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