Jonas Maebe wrote:
On 10 May 2008, at 22:30, John Youngquist wrote:
Jonas Maebe wrote:
On 10 May 2008, at 21:34, John Youngquist wrote:
I am a regular user of FPC and find it is a great system. I ported
a 10k line application from BP7 and it ran ten times faster.
I am stuck with a proble
Hello,
the following code:
{$mode objfpc}{$H+}
uses
comobj;
var
vsound: olevariant;
s: string;
begin
vsound := createoleobject('SAPI.SpVoice');
writeln('playing using literal');
vsound.speak('hello world');
writeln('ok (press enter)');
readln;
writeln('now playing using a stri
Try to run your program from command line(CMD). If this doesn't tell you
anything usefull, recompile your program with debug information on and retry.
--
249 Spiele für nur 1 Preis. Die GMX Spieleflatrate schon ab 9,90 Euro.
Neu: Asterix bei den Olympischen Spielen: http://flat.games.gmx.de
_