[fpc-pascal] OLE & COM Support

2011-04-29 Thread Lee Jenkins
Hey guys, How is the COM support in FPC nowadays? I have a project coming up that I may use FPC for. -- Warm Regards, Lee ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] OLE Automation

2009-04-16 Thread leledumbo
What about some http://wiki.lazarus.freepascal.org/Office_Automation Office Automation ? -- View this message in context: http://www.nabble.com/OLE-Automation-tp23076875p23090062.html Sent from the Free Pascal - General mailing list archive at Nabble.com. __

[fpc-pascal] OLE Automation

2009-04-16 Thread Thomas Nelson
Hello, I would like to use FPC with OLE Automation in the windows environment. I have tried to do some research and it appears that the 2.3.1 version is referenced frequently. I have updated my compiler to 2.3.1 (2009/04/15) in hopes of finding some OLE examples. I have searched the wiki to no

[fpc-pascal] OLE

2006-02-13 Thread Aleksey Y. Ulasevich (STAKANOV)
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