Re: [fpc-pascal] Multiple inheritance is more powerful than Pascal's interfaces ?

2008-01-25 Thread Andrey Gusev
* Matt Emson <[EMAIL PROTECTED]> [Fri, 25 Jan 2008 10:03:59 +]: Matt Emson translation, that is almost the same as in my attached trial: --- TObj = class protected fff: integer; end; TObj2 = class(TObj) protected fff2: integer; end; TIntf = interface procedu

[fpc-pascal] Multiple inheritance is more powerful than Pascal's interfaces ?

2008-01-24 Thread Andrey Gusev
This question was posted to fpc-other, yesterday, but seems wrongful, in subject appropriation sense to that maillist. === I wish to introduce some additional (and general) functional to an existing (and foreign) freepascal's unit. I wouldn't to introduce any my own code to that foreign mo

Re: [fpc-pascal] Re:Mantis #10183: SqlDB cannot open any query (got Access Violation)

2007-12-17 Thread Andrey Gusev
* John <[EMAIL PROTECTED]> [Mon, 17 Dec 2007 22:46:35 +1100]: I also can't see a log entry for svn #9304 under sqldb. r9304 was fix Strings=nil accept in ExtractStrings(), in classes.inc, from rtl/objpas/classes ___ fpc-pascal maillist - fpc-pasca

Re: [fpc-pascal] OOT: fpc 2.2.1 breaks laz 9.25

2007-12-06 Thread Andrey Gusev
* Bee <[EMAIL PROTECTED]> [Thu, 06 Dec 2007 19:00:04 +0700]: > svn up -r 9290 $(FPCDIR)/packages/paszlib/src/zstream.pp > Next 'svn up' updates zstream.pp back to HEAD revision. on my: --- cd C:\Works-FPC\fpc-snap\packages\paszlib\src ...>svn update -r9290 zstream.pp Uzstream.pp Updated

Re: [fpc-pascal] fpc 2.2.1 breaks laz 9.25

2007-12-06 Thread Andrey Gusev
* Bee <[EMAIL PROTECTED]> [Thu, 06 Dec 2007 18:22:25 +0700]: > Revert the file $(FPCDIR)\packages\paszlib\src\zstream.pp to revision 9290 Sorry if I sound silly, but how to revert to specific rev number? svn revert command doesn't expect a number. :( svn update -r 9290 __

[fpc-pascal] Have description of FPC regular expressions syntax ?

2007-11-09 Thread Andrey Gusev
From where i can fetch precise description of regular expressions syntax, that implementer by FPC regexpr.pp module ? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] What about to support of automation technologies (UNO, COM) ?

2007-11-08 Thread Andrey Gusev
* Marc Santhoff <[EMAIL PROTECTED]> [Thu, 08 Nov 2007 11:37:11 +0100]: But all this OLE Automation stuff is windows only. For being cross platform you have to use a bridge between the compiler in use and the office software. I remember of it. Thetefore i have thus obstination regarding to UNO.

Re: [fpc-pascal] What about to support of automation technologies (UNO, COM) ?

2007-11-08 Thread Andrey Gusev
* Andrey Gusev <[EMAIL PROTECTED]> [Thu, 08 Nov 2007 12:11:44 +0300]: I make direct post to Florian Klaempfl - he keep silence. It seems Correction: meanwhile i write the previous post - i get post from Florian... ___ fpc-pascal maillist

Re: [fpc-pascal] What about to support of automation technologies (UNO, COM) ?

2007-11-08 Thread Andrey Gusev
* Marc Santhoff <[EMAIL PROTECTED]> [Thu, 08 Nov 2007 05:47:06 +0100]: But what about the other ones? I cannot get even the clean comprehension - may fpc operate automated interfaces or not (in delphi style or somehow yet, fully or partially) ? FPC 2.2 reference, pg.40: "Remark: Dispatch inter

Re: [fpc-pascal] What about to support of automation technologies (UNO, COM) ?

2007-11-07 Thread Andrey Gusev
Can you post a link showing the other ones, please? http://sourceforge.net/projects/uno-pas-bridge/ - the Delphi-UNO bridge ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] What about to support of automation technologies (UNO, COM) ?

2007-11-07 Thread Andrey Gusev
No. Using the delphi units coming with the OO SDK I was able to create documents with OO. I'm cannot. The SampleCode.pas (from OO SDK 2.3 InsertTables example) compiling: --- SampleCode.pas(145,18) Error: Illegal qualifier SampleCode.pas(145,30) Error: Illegal expression SampleCode.pas(145,30)

Re: [fpc-pascal] What about to support of automation technologies (UNO, COM) ?

2007-11-07 Thread Andrey Gusev
For OS independent programming Openoffice you'd need to port the Delphi-UNO-bridge to an fpc-UNO-bridge. That is my target (and comply to my-in-what-i-am-work company needs). Has anyone else tried compiling this stuff (me not) ? With information, available at present to me (freepascal.ru, f

[fpc-pascal] What about to support of automation technologies (UNO, COM) ?

2007-11-07 Thread Andrey Gusev
I have tried to compile of Delphi-UNO bridge (was fetched from sourceforge) - it was unsuccessful. After i have look through freepascal.ru, freepascal.org forums, i suspect that at present fpc cannot get basic automation support (in sense to call to automation interfaces by variant means). I'm i