In our previous episode, Vladimir Zhirov said:
> > Fixed, and some other details as well.
> Could it be that changes were not applied or delayed for some
> reason?
Yes, I changed it in SVN, and at night it gets propagated so that it changes
on all mirrors at once.
_
In our previous episode, ABorka said:
> >
> > Is there another possible cause?
> >
> > Takashi
>
> If you compile with the proper HTTPD directory (httpd22 in this case),
> it should work.
> No error message in the apache error.log? Apache always says something
> when the startup is not succe
Hi,
I need friendly name of OS and processor type at runtime. I need this for
"user-agent" header in http client. Some kind of "Linux x86_64 Ubuntu/11.04"
("Linux x86_64" should be enough). "GetEnvironmentVariable" function does
not return anything interesting. I can build this string using compil
On 27 May 2011, at 13:18, Krzysztof wrote:
I need friendly name of OS and processor type at runtime. I need
this for
"user-agent" header in http client. Some kind of "Linux x86_64
Ubuntu/11.04"
("Linux x86_64" should be enough). "GetEnvironmentVariable" function
does
not return anything in
On Fri, 27 May 2011 13:18:11 +0200
Krzysztof wrote:
> Hi,
>
> I need friendly name of OS and processor type at runtime. I need this for
> "user-agent" header in http client. Some kind of "Linux x86_64 Ubuntu/11.04"
> ("Linux x86_64" should be enough). "GetEnvironmentVariable" function does
> not
It's nearly finished and nearly working.
I was wondering this: is there a way to query the version and
helpstring of an activex, once I created it ?
R#
2011/5/26 Ludo Brands :
> GetActiveOleObject raises EOleSysError if it fails.
>
> -Message d'origine-
> De : fpc-pascal-boun...@lists.fre
There is no standard way of getting the information directly from the
activex object. You can ask your collegues to implement these properties
(should be straightforeward).
For activex objects that are installed on your computer you can find the
info here:
HKEY_CLASSES_ROOT\CLSID\clsid-of-your-obj
Thanks! Exactly what I needed. Is exists similar trick for get widgetset
type (QT, GTK)?
2011/5/27 Mattias Gaertner
> On Fri, 27 May 2011 13:18:11 +0200
> Krzysztof wrote:
>
> > Hi,
> >
> > I need friendly name of OS and processor type at runtime. I need this for
> > "user-agent" header in http
On Fri, 27 May 2011 14:38:52 +0200
Krzysztof wrote:
> Thanks! Exactly what I needed. Is exists similar trick for get widgetset
> type (QT, GTK)?
uses LCLProc;
LCLPlatformDirNames[WidgetSet.LCLPlatform]
Mattias
___
fpc-pascal maillist - fpc-pascal@l
Thanks :)
P.S. LCLPlatformDirNames is in InterfaceBase unit, not in LCLProc
2011/5/27 Mattias Gaertner
> On Fri, 27 May 2011 14:38:52 +0200
> Krzysztof wrote:
>
> > Thanks! Exactly what I needed. Is exists similar trick for get widgetset
> > type (QT, GTK)?
>
> uses LCLProc;
>
> LCLPlatformDir
2011/5/27 Ludo Brands :
> There is no standard way of getting the information directly from the
> activex object. You can ask your collegues to implement these properties
> (should be straightforeward).
Last time I (hardware engineer) asked for a minor change in a library,
they estimated 2 years w
Hello
How do I fill a multidimensional dynamic array, with fillWord?
Var a:array of array of word;
m,n:byte;
i,j:byte;
Begin
m:=3; //array 3 x 3
n:=3;
SetLength(a,m,n);
for i:=0 to m-1 do //How this block replace con fillword ?
for j:=0 to n-1 do
a[i,j]:=1
The problem was solved.
I tried FPC 2.5.x, and the module worked fine!
I used 'Daily Source Snapshot' on 2011/05/27. I tried with only changing
FPC version, other conditions(OS, apache and code) are not changed.
Thanks a lot!
Takashi
On Fri, 27 May 2011 10:07:31 +0900, Takashi Ishik
Are there any updates on how to use FPC with Mac OS X?
The "FPC on the Mac" pages on freepascal.org are more than 2 years
old, referring to v2.2.2 from August 2008 and the link to the "the
step-by-step instructions on how to download and install the XCode
Integration Kit" results in a 403... :
14 matches
Mail list logo