Re: [fpc-pascal] EventLog and error "No member is provided to access property"

2014-05-15 Thread silvioprog
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,

Re: [fpc-pascal] EventLog and error "No member is provided to access property"

2014-05-14 Thread 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, try: I have done this differently. The eventlog instance is ow

[fpc-pascal] EventLog and error "No member is provided to access property"

2014-05-13 Thread silvioprog
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