if its here in CHCH I am a starter, and prob. some of the guys here would be
too.

Jeremy Coulter

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Guy Brown
> Sent: Friday, February 25, 2000 10:53 AM
> To: Multiple recipients of list delphi
> Subject: Re: [DUG]: Example wanted of using a WebClass in Delphi
>
>
> ----- Original Message -----
> From: Nahum Wild <[EMAIL PROTECTED]>
> To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
> Sent: Friday, February 25, 2000 10:35 AM
> Subject: RE: [DUG]: Example wanted of using a WebClass in Delphi
>
>
> > I second that idea for a DUG meeting, up here in Christchurch I presume.
> :)
>
> I third that.
>
> > In terms of using the native Delphi stuff use D5 if you can.  I
> have also
> > found that when developing a Web App using a CGI exe for the development
> and
> > then releasing it as an ISAPI dll is the way to go.  (Instead
> of using the
> > dll for development)  This is because the web server would load
> the dll in
> > memory when I tested it but when I went to update it with a new dll I
> > couldn't because the orginal dll was still loaded and as a result was
> > locked.  The web server was on a remote machine in the states
> though, so I
> > had no way of actually shutting it down.
> >
> > I found that the examples that come with D5 were enough to get
> me started.
>
> I am downloading the Delphi 5 trial as the moment (1 hour to go).
>
> > BTW, what is a WebClass?
>
> Its a M$ technology which is why I think nobody here has used it before.
>
> Cut from the MSDN help:
> A webclass is a Visual Basic component that resides on a Web server and
> responds to input from the browser. When you create an IIS
> application, you
> create its webclasses using the Webclass Designer. Webclasses typically
> containwebitems and the code that delivers those webitems to a client.
>
> As I understand it it's basically a COM object which talks to an IIS.
>
> Guy Brown
> TimeMaster Systems.
>
>
> ------------------------------------------------------------------
> ---------
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
>


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to