[fpc-pascal] Help building FPC on armhf

2015-06-27 Thread Andrew Brunner
Hi there, I recently installed fpc-2.6.4 on my Wandboard-Quad for production. I have fpc from svn but I get an error when I try to build. Compiling ARM Free Pascal Compiler... make clean all OPT=-O- DEBUG=1 OS_TARGET=linux CPU_TARGET=armhf CPU_SOURCE=arm make: -iVSPTPSOTO: Command not found

Re: [fpc-pascal] Exception when trying to set a COM object property through OleVariant

2015-06-27 Thread Jonas Maebe
On 26/06/15 10:21, Lubos Pintes wrote: > I am using FPC 3.1.1. > I am playing with SAPI5. It almost works, but I am unable to set a Voice > of SPVoice object through OleVariant. > The following program works fine in Delphi 6, but an exception on line > 12 is raised when compiled by FPC: Please men

[fpc-pascal] Exception when trying to set a COM object property through OleVariant

2015-06-27 Thread Lubos Pintes
Hello, I am using FPC 3.1.1. I am playing with SAPI5. It almost works, but I am unable to set a Voice of SPVoice object through OleVariant. The following program works fine in Delphi 6, but an exception on line 12 is raised when compiled by FPC: program sapi; uses ActiveX, ComObj; var SP