* 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
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
* 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
* 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
* 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
__
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
* 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.
* 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
* 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
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
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)
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
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
13 matches
Mail list logo