I downloaded a file called bds2RegHelp1.exe which I am pretty sure is the updated help file. This was a while ago now though so things may have changed since I downloaded it...
On Tue, 2004-09-07 at 13:41, Jeremy Coulter wrote: > I have D8 Update 2 installed. Not sure if its in there. I looked on the > borland site and did not see anything about help update. > > Its quite a buggy IDE too. I have had it crap out a number of times on me > now. > D8 is starting to shape up as a bit of a let down. > > Jeremy > > -----Original Message----- > From: James Sugrue <[EMAIL PROTECTED]> > To: NZ Borland Developers Group - Delphi List <[EMAIL PROTECTED]> > Date: Tue, 07 Sep 2004 13:20:26 +1200 > Subject: RE: [DUG] Delphi 8 Document wrong ?? > > > Been there, shot that donkey. > > > > Have you installed the Help Update? It's been a while since I used D8, > > but I seem to remember it improved the help a bit... > > > > On Tue, 2004-09-07 at 13:02, Jeremy Coulter wrote: > > > yeah my gut instinct was right. Needed to ad localhost.webservice1 to > > > my uses clause. > > > > > > This Documantation is F**ken Atrocious.....and yes I had to use Word > > > to see how its spelt :-) > > > How the HELL do they expect people to use D8 if they cant even get > > the > > > "Getting Started" documents right !! I expect, like , most > > > complaints, I am sure it will just be ignored by > > > Borland....grrrrrrr........... > > > > > > Hopefully my D8 book will arrive soon. Sure as hell cant trust > > > the help ! > > > > > > Jeremy > > > > > > -----Original Message----- > > > From: "Jeremy Coulter" <[EMAIL PROTECTED]> > > > To: "NZ Borland Developers Group - Delphi List" > > > <[EMAIL PROTECTED]> > > > Date: Tue, 07 Sep 2004 12:49:57 +1200 > > > Subject: RE: [DUG] Delphi 8 Document wrong ?? > > > > > > Well thats what I would have expected to do. > > > I dont know whats going on here, but now it tells me it cant > > > find TWebService1 which IS what its called. > > > Its like it need to be added to the uses clause too not just > > > the web reference. > > > Does that sound right? > > > > > > Jeremy > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > To: [EMAIL PROTECTED] > > > Date: Tue, 7 Sep 2004 10:30:05 +1000 > > > Subject: RE: [DUG] Delphi 8 Document wrong ?? > > > > > > well that looks to be a mix of C# and delphi... > > > > > > the correct code should be something like:: > > > > > > var > > > ws: TWebService1; > > > begin > > > ws := TWebService1.Create; > > > Button1.Text := ws.HelloWorld; > > > end; > > > > > > cheers, > > > JED > > > > > > > > > -----Original Message----- > > > From: Jeremy Coulter [mailto:[EMAIL PROTECTED] > > > Sent: 7 September 2004 10:13 AM > > > To: [EMAIL PROTECTED] > > > Subject: [DUG] Delphi 8 Document wrong ?? > > > > > > > > > Hi All > > > Been give the go ahead for me first real .NET > > > app. yay ! > > > > > > Only problem is, I seem to ave found a bit of > > > a problem in the documentation. > > > I am jsut going thru the "Gettitng Started" > > > guide to see how Delphi does Web Services, > > and > > > all has gone well UNTIL I reach this bot of > > > code, and its copy and pasted from the Help > > :- > > > > > > procedure TWinForm1.Button1_Click(sender: > > > System.Object; e: System.EventArgs); > > > begin > > > new ws := WebService1(); > > > button1.Text := ws.HelloWorld(); > > > end; > > > > > > > > > the problem here is, it thinks NEW is infact > > a > > > NEW(mypointer). > > > > > > anyone else struck this or know the answer? > > > > > > Thanks, Jeremy > > > > > > > > > > > > > > ______________________________________________________________________ > > > _______________________________________________ > > > Delphi mailing list > > > [EMAIL PROTECTED] > > > http://ns3.123.co.nz/mailman/listinfo/delphi > > > > _______________________________________________ > > Delphi mailing list > > [EMAIL PROTECTED] > > http://ns3.123.co.nz/mailman/listinfo/delphi > > > _______________________________________________ > Delphi mailing list > [EMAIL PROTECTED] > http://ns3.123.co.nz/mailman/listinfo/delphi _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
