Re: [DUG] Email/SMTP code

2011-07-14 Thread Leigh Wanstead
Why not get a Windows XP to debug? Shall not be that hard, right? 2011/7/14 John Bird > Here is details of the “unable to create process” when I try to debug > the SMTP test program on Windows 7, with the IDE running as administrator > > in case anyone has a bright idea whats going on > > [208

Re: [DUG] File Path

2011-06-20 Thread Leigh Wanstead
Hi Bob, Will following code work? ExtractFilePath(Application.ExeName) Regards Leigh 2011/6/21 Bob Pawley > Hi > > I have an executable which I need to access that is installed in Program > Files. > > With the advent of 64 byte in Windows 7, I need to distinguish which of the > two file pat

Re: [DUG] Access to street maps

2011-03-13 Thread Leigh Wanstead
Hi Jeremy, May I ask to use google maps service is free? TIA Regards Leigh 2011/3/14 Jeremy Coulter > The other thing to note too if you want to use Google Maps to display > locations you need to signup and get a key that you need to pass through > each time you make a call which is fine if

Re: [DUG] ChCh Update

2011-03-06 Thread Leigh Wanstead
Hi Conor, Glad to hearing from you. I hope that everyone be well after these events. Regards Leigh 2011/3/7 Conor Boyd > I have. ;-) > > > Thanks Malcolm, appreciate your thinking of me. > > > > We’re in Huntsbury (or Muntsbury as it’s now called), and while we’re maybe > not as bad as Mt Ple

[DUG] Rhino Mocks

2011-02-14 Thread Leigh Wanstead
Good morning, I am using Visual Studio 2010 with Rhino Mocks and nunit in C# 2010 and VB 2010 programming. I really like Rhino Mocks. Does anyone know if there is equivalent software package for Delphi? I don't mean Delphi Prism. I mean native Delphi i.e. Delphi XE, Delphi 2010, Delphi 7 etc.

Re: [DUG] Delphi Starter Edition

2011-01-31 Thread Leigh Wanstead
Hi Kyley, I agree with you. I wish Pro licenses to everyone for $300 :) Have a nice day Regards Leigh From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Kyley Harris Sent: Tuesday, 1 February 2011 3:05 p.m. To: NZ Borland Developers Group - Delphi List Subject

Re: [DUG] Delphi Starter Edition

2011-01-31 Thread Leigh Wanstead
age&SiteID=borland&Locale=en_NZ&Env=BASE&categoryID=628800 Cheers, C. -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Leigh Wanstead Sent: Tuesday, 1 February 2011 9:17 a.m. To: NZ Borland Developers Group - Delphi List

Re: [DUG] Delphi Starter Edition

2011-01-31 Thread Leigh Wanstead
Hi Malcolm, May I ask how much it cost? I cannot find the price. Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Malcolm Groves Sent: Monday, 31 January 2011 9:07 p.m. To: ADUG List; NZ Borland Developers Group - Del

[DUG] Microsoft SQL Server Management Studio 2008

2011-01-26 Thread Leigh Wanstead
Good afternoon, How do I retrieve which current table name selected in the Object Explorer in the management studio? I also need to know about the database which has the table and the database server which hosts the database by Delphi code? TIA Have a nice day Regards Leigh __

[DUG] Auckland company developing application in Delphi split from post: Validating CDS files

2011-01-18 Thread Leigh Wanstead
Good morning everyone, I need your help now. I want to know which company in Auckland is developing application in Delphi now. Please do not ask me the reason for raising this question. :-) Thank you for your time to read my message and I look forward to hearing from you. TIA Regards Leigh _

Re: [DUG] Validating CDS files

2011-01-16 Thread Leigh Wanstead
Hi Matt, That should be simple. Add and store checksum for your cds file yourself. i.e. stored checksum of your cds file in a sepearted file extension .checksum. If you have any queries, please do not hesitate to contact me. Have a nice day Regards Leigh -Original Message- From: delph

Re: [DUG] Wellington DUG

2010-10-21 Thread Leigh Wanstead
I am very excited to attend the group, but I live in North Shore. Is it possible to get some online meeting after work hours or in weekends? I got plenty of internet bandwidth to join an online meeting. Have a nice day Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz

Re: [DUG] DLL Win 7

2010-09-27 Thread Leigh Wanstead
Hi Bob, You might need register as admin rights. Have a nice day Regards Leigh From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Bob Pawley Sent: Tuesday, 28 September 2010 11:31 a.m. To: delphi@delphi.org.nz Subject: [DUG] DLL Win 7 Hi I have a .DLL that l

Re: [DUG] Sending notification between programs

2010-08-18 Thread Leigh Wanstead
If you runs the applications on different site, I will use email :) Have a nice day Regards Leigh From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of John Bird Sent: Wednesday, 18 August 2010 8:49 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [

[DUG] TMtsAutoObject

2010-07-19 Thread Leigh Wanstead
Good morning, I got a project A which has a class inherited from TMtsAutoObject. The code is inside a dll. I also develop a exe file to use the call CreateOleObject to instantiate the TMtsAutoObject. The problem now is that I maintain multiple versions of the same project TMtsAutoObject and e

Re: [DUG] unit source code size

2010-07-05 Thread Leigh Wanstead
Thanks everyone for the input. I managed to refractor a unit with source code 1600 lines down to 677 lines by splitting to multiple classes. ;-) Regards Have a nice day Regards Leigh ___ NZ Borland Developers Group - Delphi mailing list Post: delph

Re: [DUG] unit source code size

2010-07-04 Thread Leigh Wanstead
riginal Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Leigh Wanstead Sent: Monday, 5 July 2010 16:55 To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] unit source code size Hi Colin, I am constantly refactoring code, but sometime

Re: [DUG] unit source code size

2010-07-04 Thread Leigh Wanstead
a thought, Colin On 5 July 2010 13:50, Leigh Wanstead wrote: > Good afternoon, > > > > I am facing a trouble. Some of the class I wrote reaches more than 1600 > lines. I don't like it. The methods in the class are ordinary range from one > line to 200 lines. I really l

[DUG] unit source code size

2010-07-04 Thread Leigh Wanstead
Good afternoon, I am facing a trouble. Some of the class I wrote reaches more than 1600 lines. I don't like it. The methods in the class are ordinary range from one line to 200 lines. I really like each method sitting in their own unit. Just like abap in sap. It is easy to maintain 200 lines i

[DUG] OFF TOPIC SAP ABAP new zealand mailing list

2010-05-30 Thread Leigh Wanstead
Good afternoon, Does anyone knows if exists SAP ABAP programmer New Zealand mailing list to discuss abap programming? TIA Regards Leigh ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailm

Re: [DUG] Delphi on Windows Mobile

2010-05-04 Thread Leigh Wanstead
Hi Colin, I saw some demo on internet to say code written in java running some android default virtual machine around 10 times slower than native c code. Dot net version is in between c and java. I guess the problem is not java, but that java virtual machine running in android. Have a nice day

Re: [DUG] Apple iPad - OT

2010-01-28 Thread Leigh Wanstead
I ride bicycle in Auckland around 10 years. Auckland road is not fit for riding bicycle. Most road does not have proper cycle way. The cycle way is not continuous. And the road suppose to ride bicycle is only around 20 cm wide and shared with cars. And car runs very fast. It is so easy to be hi

Re: [DUG] Apple iPad - OT

2010-01-28 Thread Leigh Wanstead
I think it is great to eat apple and ride bicycle ;-) From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Robert martin Sent: Friday, 29 January 2010 9:30 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Apple iPad - OT I come in from the o

Re: [DUG] What is the future for Delphi programmer? - summary

2010-01-21 Thread Leigh Wanstead
ve but the trend of Delphi use for new development in NZ is worrying. I'm not sure what the trend is overseas however. > -Original Message- > From: delphi-boun...@delphi.org.nz > [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Leigh Wanstead > Sent: Friday, 22 Janu

Re: [DUG] What is the future for Delphi programmer? - summary

2010-01-21 Thread Leigh Wanstead
What can I do? Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Alan Rose Sent: Friday, 22 January 2010 11:42 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] What is the future for Delphi programme

Re: [DUG] What is the future for Delphi programmer? - summary

2010-01-20 Thread Leigh Wanstead
Hi John, It cost times and money to attend a Delphi seminar. So I do not have such opportunity to attend the meetings. Have a nice day Regards Leigh From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of PDS - John Sent: Thursday, 21 January 2010 9:50 a.m. To: 'N

Re: [DUG] What is the future for Delphi programmer? - summary

2010-01-20 Thread Leigh Wanstead
Hi Gary, Once you got the url, let us know :-) Have a nice day Regards Leigh From: Gary T. Benner [mailto:g...@benner.co.nz] Sent: Thursday, 21 January 2010 9:36 a.m. To: Leigh Wanstead Cc: delphi@delphi.org.nz Subject: RE: Re: [DUG] What is the future for Delphi programmer? - summary [Reply

Re: [DUG] What is the future for Delphi programmer? - summary

2010-01-20 Thread Leigh Wanstead
Hi Gary, Is it possible for you to setup a web page to let people vote these question and show statics? This way it is automatic to get statics ;-) Have a nice day Regards Leigh From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Gary T. Benner Sent: Thursday,

Re: [DUG] Google Phone

2010-01-17 Thread Leigh Wanstead
lto:delphi- > boun...@delphi.org.nz] On Behalf Of Leigh Wanstead > Sent: Monday, 18 January 2010 11:20 a.m. > To: NZ Borland Developers Group - Delphi List > Subject: Re: [DUG] Google Phone > > These phones sells more than a net book which is around NZ$500. I would > consider

Re: [DUG] Google Phone

2010-01-17 Thread Leigh Wanstead
These phones sells more than a net book which is around NZ$500. I would consider these phones another rip off. -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Sean Cross Sent: Monday, 18 January 2010 10:31 a.m. To: NZ Borland Devel

Re: [DUG] Google Phone

2010-01-17 Thread Leigh Wanstead
book. -Original Message----- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Leigh Wanstead Sent: Monday, 18 January 2010 9:40 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] What is the future for Delphi programmer? May I ask how

Re: [DUG] What is the future for Delphi programmer?

2010-01-17 Thread Leigh Wanstead
n XCode development environment, not to familiar with it... Regards Colin The latest news is that Google are actually selling one now, On 15/01/2010, at 4:31 PM, Leigh Wanstead wrote: > May I ask what is the future between apple's iphone or Google's phone? > > I saw that Google

Re: [DUG] What is the future for Delphi programmer?

2010-01-14 Thread Leigh Wanstead
May I ask what is the future between apple's iphone or Google's phone? I saw that Google phone got Linux behind and no rip off fee from Apple which is great. But Google's phone just begin entering into the market. Have a nice day Regards Leigh -Original Message- From: delphi-boun...@de

Re: [DUG] What is the future for Delphi programmer?

2010-01-14 Thread Leigh Wanstead
rland Developers Group - Delphi List' Subject: Re: [DUG] What is the future for Delphi programmer? Hi Leigh Just like which version of Delphi? John From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Leigh Wanstead Sent: Thursday, 14 January 2010 10:05 a

Re: [DUG] What is the future for Delphi programmer?

2010-01-14 Thread Leigh Wanstead
I downloaded free Pascal and free ide and make a simple test application. It seems it just like Delphi ;-) From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Jeremy Coulter Sent: Tuesday, 12 January 2010 4:27 p.m. To: NZ Borland Developers Group - Delphi List S

[DUG] What is the future for Delphi programmer?

2010-01-11 Thread Leigh Wanstead
Good morning, I thought that I must ask this question. I only see one job ads for cobol programmer in seek website. If cobol programmer face this situation, what about Delphi programmer? TIA Regards Leigh ___ NZ Borland Developers Group - Delphi mai

Re: [DUG] Delphi Books

2010-01-04 Thread Leigh Wanstead
Hi Matt, I would like to collect all those books from you. Would you please email me your address to collect the books? TIA Regards Leigh If you have any queries, please do not hesitate to contact me. Have a nice day Regards Leigh -Original Message- From: delphi-boun...@delphi.org.n

Re: [DUG] test

2009-10-04 Thread Leigh Wanstead
out a Sarcasm Filter installed you're likely to get a lot more of this sort of message. -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Leigh Wanstead Sent: Monday, 5 October 2009 2:41 p.m. To: NZ Borland Developers Group - De

[DUG] test

2009-10-04 Thread Leigh Wanstead
test ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: unsubscribe

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-22 Thread Leigh Wanstead
Subject: Re: [DUG] A change in upgrade policy coming from Embarcadero We did that once. Just once - anyone remember the deal? 2009/9/22 Leigh Wanstead mailto:lei...@softtech.co.nz>> BTW, can we get New Zealand adjusted Delphi price? I think that Kiwi earns around half compare to usa Delphi dev

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-21 Thread Leigh Wanstead
BTW, can we get New Zealand adjusted Delphi price? I think that Kiwi earns around half compare to usa Delphi developer. Can we get a price if labeled US$2,000 for Delphi in USA, NZ$2,000 for Delphi in New Zealand? TIA Have a nice day Regards Leigh www.smootharm.com -Original Message- F

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-20 Thread Leigh Wanstead
Why not implement some flyby points system? :-) The more you pay for Delphi, the more points awarded. And these points can be used towards future purchase of Delphi license :-) Have a nice day Regards Leigh www.smootharm.com -Original Message- From: delphi-boun...@delphi.org.nz [mailto

Re: [DUG] Certified IT Professionals: ( was ..A change in upgrade policy ...)

2009-09-20 Thread Leigh Wanstead
What is the benefit to become a certified one? From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Gary T. Benner Sent: Monday, 21 September 2009 10:25 a.m. To: todd.martin...@gmail.com Cc: delphi@delphi.org.nz Subject: [DUG] Certified IT Professionals: ( was ..A

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-20 Thread Leigh Wanstead
Hi Paul, Nice email Have a nice day Regards Leigh From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Paul A Norman Sent: Saturday, 19 September 2009 1:09 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] A change in upgrade policy coming f

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-16 Thread Leigh Wanstead
Yes, that is my question. ;-) -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Jolyon Smith Sent: Thursday, 17 September 2009 1:59 p.m. To: 'NZ Borland Developers Group - Delphi List' Subject: Re: [DUG] A change in upgrade policy com

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-16 Thread Leigh Wanstead
ve > > That is an absolute outrage. Anyone worth their salt would never > sign > such a contract. > > Todd. > > > > > This is fairly common over here for programmers to have to > sign away all

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-16 Thread Leigh Wanstead
Hi Steve, I thought what you described is for the no knowledge required job i.e. waiter etc. It happens in Delphi? Have a nice day Regards Leigh From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Steve Peacocke Sent: Thursday, 17 September 2009 10:03 a.m. To:

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-15 Thread Leigh Wanstead
I thought that embaco got a bargain on purchase Delphi from Borland. Will they make Delphi cheaper? From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Steve Peacocke Sent: Wednesday, 16 September 2009 1:03 p.m. To: NZ Borland Developers Group - Delphi List Subj

Re: [DUG] A change in upgrade policy coming from Embarcadero

2009-09-15 Thread Leigh Wanstead
I agree what you said. I think upgrade policy should apply to Delphi 7 which I own a professional license :-) I paid out of my own pocket which is hard earned money. Frankly speaking, anyone found any version more advanced than Delphi 7 for programming? Have a nice day Regards Leigh www.smoot

[DUG] test

2009-08-19 Thread Leigh Wanstead
:-) ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: unsubscribe

Re: [DUG] QuickReport Delphi 5 Enterprise MSSQL 2005 Storedprocedure

2009-08-03 Thread Leigh Wanstead
That would help eliminate it being something wrong with the stored proc. Jeremy -- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Leigh Wanstead Sent: 4 August 2009 14:2

Re: [DUG] QuickReport Delphi 5 Enterprise MSSQL 2005 Storedprocedure

2009-08-03 Thread Leigh Wanstead
QL? That would help eliminate it being something wrong with the stored proc. Jeremy -- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Leigh Wanstead Sent: 4 August 2009 14:2

[DUG] QuickReport Delphi 5 Enterprise MSSQL 2005 Stored procedure

2009-08-03 Thread Leigh Wanstead
Good afternoon, I am calling a stored procedure in Quick report Dataset. I got the error shown in the attachment. What can I do? TIA Regards Leigh <>___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.

Re: [DUG] delphi is fast-very fast

2009-07-01 Thread Leigh Wanstead
myOffice Email MessageFrankly speaking, I am not impressed. ;-) If you use NVIDIA cuda platform to run against gtx 280 graphics card, the performance improvement might be increased 10x to 100 x faster. I have not done that code writing for this test. But if someone on this dug list willing to pay m

Re: [DUG] Delphi Developers wanted

2009-06-28 Thread Leigh Wanstead
I recall at the time I graduated from the university and I was looking for a programmer job and most job ads requires two years work experience or more. I wish that I had more than two years experience at that time. ;-) Now I see a real person with so many years experience. ;-) Have a nice day Re

Re: [DUG] Embarcadero article

2009-06-16 Thread Leigh Wanstead
I am using MemChk to solve GC in Delphi ;-) I think no overhead. Have a nice day Regards Leigh www.smootharm.com -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Todd Martin Sent: Wednesday, 17 June 2009 3:16 p.m. To: NZ Borland Dev

Re: [DUG] Everyone aware of the Delphi roadmap presentationon 27thmay?

2009-06-15 Thread Leigh Wanstead
Anyone have a url link to the last roadmap presentationon yet? TIA Have a nice day Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Malcolm Groves Sent: Thursday, 28 May 2009 5:30 p.m. To: NZ Borland Developers Group -

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Leigh Wanstead
I think that you can use modelmaker code explorer to sort your procedure in the unit. This way they are not random. ;-) Have a nice day Regards Leigh www.smootharm.com -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Jeremy Coulte

[DUG] CodeRush for Delphi statics panel

2009-06-01 Thread Leigh Wanstead
myOffice Email MessageGood morning, It seems that CodeRush for Delphi is no more develeoped until delphi 7. May I ask how many lines of code you develope per hour if you are using code rush statics panel in long run? 1000+ lines per hour? ;-) Have a nice day Regards Leigh ___

Re: [DUG] Everyone aware of the Delphi roadmap presentationon 27thmay?

2009-05-28 Thread Leigh Wanstead
I would like to write delphi for Apple IPhone/Ipod touch application. ;-) Have a nice day Regards Leigh www.smootharm.com -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Alister Christie Sent: Friday, 29 May 2009 10:18 a.m. To: NZ

Re: [DUG] Everyone aware of the Delphi roadmap presentationon 27thmay?

2009-05-28 Thread Leigh Wanstead
Hi Malcolm, I am surprised that I got your reply ;-) I have no issue related to audio. It is great. The manager of SoftTech saw me watching the presentation and he also want to get a video clip to watch. Nowadays USB web camera is very cheap and I have no problem about network speed at work. Is

Re: [DUG] Everyone aware of the Delphi roadmap presentation on 27thmay?

2009-05-27 Thread Leigh Wanstead
Leigh Wanstead Sent: Wednesday, 27 May 2009 10:43 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Everyone aware of the Delphi roadmap presentation on 27thmay? Me too ;-) Have a nice day Regards Leigh www.smootharm.com -Original Message- From: delphi-boun

Re: [DUG] Everyone aware of the Delphi roadmap presentation on 27th may?

2009-05-26 Thread Leigh Wanstead
Me too ;-) Have a nice day Regards Leigh www.smootharm.com -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Alister Christie Sent: Tuesday, 26 May 2009 10:46 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Every

[DUG] What is the most useful delphi component you are using?

2009-05-13 Thread Leigh Wanstead
Good morning, What do you think? I love TStringList ;-) And I found the sorting built inside TStringList is great. Have a nice day Regards Leigh ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.or

Re: [DUG] [Off topic] Senior developer

2009-05-12 Thread Leigh Wanstead
Yes, you are right. My boss was from UK. Should I try to not write any code each day? ;-) Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Matthew Comb Sent: Wednesday, 13 May 2009 3:55 p.m. To: NZ Borland Developers Gr

Re: [DUG] [Off topic] Senior developer

2009-05-12 Thread Leigh Wanstead
I recall my boss told me that average developer write around ten lines of code each day ;-) Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Peter Joint Sent: Wednesday, 13 May 2009 3:29 p.m. To: NZ Borland Develo

[DUG] [Off topic] Senior developer

2009-05-12 Thread Leigh Wanstead
Good afternoon, May I ask how to become a Senior developer? Is that specified in the employment contract? Will this needs to be discussed in the yearly review? I thought that senior developer title seems attract more salary, right? ;-) Have a nice day Regards Leigh __

[DUG] [OFF-TOPIC] MSSQL 2000/2005/2008 Stored procedure to parse xml

2009-04-22 Thread Leigh Wanstead
Good morning, I got data like this in the sql column. How do I parse inside sql stored procedure to get the value "me"? Any code please. I have no trouble to parse the value in Delphi 7. But I want to see how can I do it inside stored procedure? me TIA Have a nice day Regards Leigh

Re: [DUG] [OFF-TOPIC] memory issues

2009-04-16 Thread Leigh Wanstead
I would like to offer some suggestion. Write less code ;-) Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Kurt Sent: Friday, 17 April 2009 4:40 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] [OF

Re: [DUG] [OFF-TOPIC] memory issues

2009-04-16 Thread Leigh Wanstead
If money is not an issue, I think two 30 inch lcd monitors is the way to go ;-) I only got one at home to look at my photos. It is amazing. I used a spyder to adjusted the color. I am programming c at home using gcc which is great to look at everything on that 30inch lcd monitor. Have a nice day

Re: [DUG] Future of us Delphi programmer in New Zealand?

2009-04-08 Thread Leigh Wanstead
I don't understand that why Delphi does not have the same key stroke as Visual Studio? -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Kurt Sent: Thursday, 9 April 2009 2:28 p.m. To: NZ Borland Developers Group - Delphi List Subject:

Re: [DUG] Future of us Delphi programmer in New Zealand?

2009-04-08 Thread Leigh Wanstead
Apr 9, 2009 at 10:49 AM, Leigh Wanstead wrote: Why no hope? If you have any queries, please do not hesitate to contact me. Have a nice day Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.

Re: [DUG] Future of us Delphi programmer in New Zealand?

2009-04-08 Thread Leigh Wanstead
Developers Group - Delphi List Subject: Re: [DUG] Future of us Delphi programmer in New Zealand? As a company, fine.. as an employee? no hope :) On Thu, Apr 9, 2009 at 9:38 AM, Leigh Wanstead wrote: Before this happy Easter holiday, I am thinking what future about us Delphi

[DUG] Future of us Delphi programmer in New Zealand?

2009-04-08 Thread Leigh Wanstead
Before this happy Easter holiday, I am thinking what future about us Delphi programmer in New Zealand? Will we have to program in C#? ;-) I am programming AVR/Microchip assembler in my spare time. I am a fast learner. ;-) Have a nice day Regards Leigh __

Re: [DUG] [OFF TOPIC] Internet connection is not stable

2009-04-07 Thread Leigh Wanstead
: Re: [DUG] [OFF TOPIC] Internet connection is not stable No limits, it's uncapped ... my average is around 200GB/month (although there have been a couple of months with >1TB). -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf

Re: [DUG] [OFF TOPIC] Internet connection is not stable

2009-04-06 Thread Leigh Wanstead
Hi Stefan, That is cool. Do you have a limit of upload/download volume each month? Have a nice day Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Stefan Mueller Sent: Tuesday, 7 April 2009 4:33 p.m. To: 'NZ Borland

Re: [DUG] [OFF TOPIC] Internet connection is not stable

2009-04-06 Thread Leigh Wanstead
: Re: [DUG] [OFF TOPIC] Internet connection is not stable Check here: http://www.telecom.co.nz/adsltwoplus Regards   Sean Cross CIO Catalyst Risk Management -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Leigh Wanstead Sent

Re: [DUG] [OFF TOPIC] Internet connection is not stable

2009-04-06 Thread Leigh Wanstead
Hi Alister, Thanks for the information May I ask how to check the line is ADSL2 without buying a ADSL2 router? TIA Have a nice day Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Alister Christie Sent: Tuesday, 7 A

Re: [DUG] [OFF TOPIC] Internet connection is not stable

2009-04-06 Thread Leigh Wanstead
57days in a row oline and an average of 40 days with no drop outs. However, it could also be your filter or router. e have had some linksys routers do weired things. We put another router in and the sites have been fine. Jeremy On Tue, Apr 7, 2009 at 8:38 AM, Leigh Wanstead wrote: Go

[DUG] [OFF TOPIC] Internet connection is not stable

2009-04-06 Thread Leigh Wanstead
Good morning, My internet connection at home is not very stable i.e. lots of timeout connection. I am with Xtra. How is your connection? Where can I find xtra service page to say which area internet is broken etc? TIA Have a nice day Regards Leigh ___

Re: [DUG] Borland Pascal, Turbo Pascal for Dos free

2009-03-30 Thread Leigh Wanstead
Hi John, Thanks BTW, I need to copy unpack.com to the final installation folder. I found this url http://sheepdogsoftware.co.uk/plt9bor.htm If you have any queries, please do not hesitate to contact me. Have a nice day Regards Leigh From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@

Re: [DUG] Borland Pascal, Turbo Pascal for Dos free

2009-03-29 Thread Leigh Wanstead
an LPT or comm port under windows. I have it I just have used it for a long time. Jeremy On Mon, Mar 30, 2009 at 9:24 AM, Leigh Wanstead wrote: Good morning, Is it possible to get/download a free copy of Borland Pascal, Turbo Pascal for Dos? I needs to access to the serial port

[DUG] Borland Pascal, Turbo Pascal for Dos free

2009-03-29 Thread Leigh Wanstead
Good morning, Is it possible to get/download a free copy of Borland Pascal, Turbo Pascal for Dos? I needs to access to the serial port pin which Windows stops me to access each individual pin. BTW, which windows api allows me to manipulate each individual pin of serial port? Have a nice day Re

Re: [DUG] Weather Stations

2009-03-24 Thread Leigh Wanstead
May I ask why need a weather station for pc? I don't understand it. Can someone explain to me? TIA Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Phil Scadden Sent: Wednesday, 25 March 2009 3:52 p.m. To: NZ Borland D

Re: [DUG] There is going to be a big event on March 31

2009-03-16 Thread Leigh Wanstead
Can we have the events recorded on video camera and get a free video dvd to view at home? You know the work schedule is very tight. Have a nice day Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Sean Cross Sent:

Re: [DUG] Question for those not owners of D2009

2009-03-10 Thread Leigh Wanstead
If everyone were you, we might get a chance to see how many Delphi developers in New Zealand ;-) Free statics ;-) Have a nice day Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Phil Scadden Sent: Wednesday, 11 March

Re: [DUG] Delphi 7 to Delphi 2009

2009-02-24 Thread Leigh Wanstead
May I ask what is LuLu? Have a nice day Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Jeremy North Sent: Wednesday, 25 February 2009 1:54 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Delphi

Re: [DUG] People see this?????

2009-02-18 Thread Leigh Wanstead
Frankly speaking, I see Delphi 7 is excellent enough and no need to upgrade. Have a nice day Regards Leigh www.smootharm.com -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Paul A Norman Sent: Wednesday, 18 February 2009 6:03

Re: [DUG] How to get user name in the windowstask manager processes list tab

2009-01-27 Thread Leigh Wanstead
Hi John, Thanks Have a nice day Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of John Bird Sent: Wednesday, 28 January 2009 2:58 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] How to get user na

Re: [DUG] How to get user name in the windows task manager processes list tab

2009-01-27 Thread Leigh Wanstead
I need the session id too. Have a nice day Regards Leigh -Original Message- From: Leigh Wanstead [mailto:lei...@softtech.co.nz] Sent: Wednesday, 28 January 2009 2:10 p.m. To: NZ Borland Developers Group - Delphi List Subject: How to get user name in the windows task manager processes

[DUG] How to get user name in the windows task manager processes list tab

2009-01-27 Thread Leigh Wanstead
Happy new year everyone How to get user name in the windows task manager processes list tab in Delphi source code? I checked the TIhelp32.pas and it do not mentioned about user name tagPROCESSENTRY32 = packed record dwSize: DWORD; cntUsage: DWORD; th32ProcessID: DWORD; // this

Re: [DUG] [Off topic] electronic parts

2009-01-11 Thread Leigh Wanstead
Hi Jeremy and Dave, Thanks for the answer ;-) Have a nice day Regards Leigh___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to delphi-requ...

[DUG] [Off topic] electronic parts

2009-01-11 Thread Leigh Wanstead
Happy new year everyone. I am interested to know where is a good place to buy electronic components in Auckland except jaycar and dicksmith. I mean got most stuff i.e. microchip, IC, connector at reasonable price. Reasonable price means whatever the price sold in usa is around the same or little

Re: [DUG] Delphi .NET Obfuscation

2008-12-18 Thread Leigh Wanstead
Frankly speaking, there is no use. A slightly better protection would be write your core logic in Delphi as unmanaged code and called by your .net assembly. Just my 2 cents -) Merry Christmas Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@del

Re: [DUG] Indy Sockets - How to Receive Asynchronously

2008-12-11 Thread Leigh Wanstead
Hi Paul, May I ask if ICS can handle un reliable interterm connection robust enough? i.e. FTP connection drop frequently etc TIA Have a nice day Regards Leigh -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]on Behalf Of Paul Sent: Thursda

Re: [DUG] Call C# code from Delphi 7

2008-10-14 Thread Leigh Wanstead
work in D7. Myles. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leigh Wanstead Sent: Wednesday, 15 October 2008 2:41 p.m. To: NZ Borland Developers Group - Delphi List Subject: [DUG] Call C# code from Delphi 7 Good afternoon, May I ask how to write

[DUG] Call C# code from Delphi 7

2008-10-14 Thread Leigh Wanstead
Good afternoon, May I ask how to write Delphi code in Delphi 7 to call C# dot net assembly code i.e. dll/exe? TIA Regards Leigh ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listi

Re: [DUG] How to write udf for mssql server 2005 in Delphi?

2008-10-09 Thread Leigh Wanstead
: Re: [DUG] How to write udf for mssql server 2005 in Delphi? I was thinking C# and Visual studio 2005 - not Delphi in this case. Myles. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leigh Wanstead Sent: Friday, 10 October 2008 11:00 a.m. To: NZ Borland

Re: [DUG] How to write udf for mssql server 2005 in Delphi?

2008-10-09 Thread Leigh Wanstead
method, if not using Transact SQL. COM would be your last option. Myles. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leigh Wanstead Sent: Friday, 10 October 2008 9:31 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] How to write

Re: [DUG] How to write udf for mssql server 2005 in Delphi?

2008-10-09 Thread Leigh Wanstead
Hi Neven, Any url to how to write in Delphi do it as a com object to mssql 2005 for user defined function? Have a nice day Regards Leigh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Neven MacEwan Sent: Thursday, 9 October 2008 6:55 p.m. To: NZ Borland

  1   2   3   4   >