[fpc-pascal] OLE
I do: program speech; uses windows,comobj,ActiveX; var voice:OLEVariant; begin CoInitialize(nil); voice:=CreateOLEObject('SAPI.SpVoice'); voice.Speak('Hello',0); end. Compiler output: speech.pas(9,8) Error: Illegal expression speech.pas(9,8) Fatal: Syntax error, ";" expected but "identifie
[fpc-pascal] Graph Unit
How to use unit Graph in fpc ? == 12y0 The ~'S'~ __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ fpc-pascal maillist - fpc-