2014-05-14 15:14 GMT-03:00 Michael Van Canneyt :
>
> On Tue, 13 May 2014, silvioprog wrote:
>
>> Hello,
>> I'm trying to set a own instance in EventLog property of all apps
>> like TCustomHttpApplication, TCustomCGIApplication
>> and TCustomFCGIApplication, but, no success.
>>
>> To get the error,
On Tue, 13 May 2014, silvioprog wrote:
Hello,
I'm trying to set a own instance in EventLog property of all apps like
TCustomHttpApplication, TCustomCGIApplication and TCustomFCGIApplication, but,
no success.
To get the error, try:
I have done this differently.
The eventlog instance is ow
Hello,
I'm trying to set a own instance in EventLog property of all apps
like TCustomHttpApplication, TCustomCGIApplication
and TCustomFCGIApplication, but, no success.
To get the error, try:
TMyHttpApplication = class(TCustomHttpApplication)
...
constructor TMyHttpApplication.Create(AOwner: TCo