Re: [DUG] Delphi 7 to Delphi 2009

2009-02-19 Thread Sean Cross
I have converted 2 programs over. If you have updated all your 3rd party components, and you don't do anything funny with strings then it is quite straight forward. If you do anything strange with strings, it can be a pain in the arse. One program took about 2 hours to convert, the other

Re: [DUG] Delphi 7 to Delphi 2009

2009-02-19 Thread Jeremy Coulter
There is also the cost of upgrading controls too. I found a lot of the ones i used in D7 pretty much with the odd exception, installed fine in D2007. I have however got one control that I need to update the if I spent the time mucking around with the source code I would get to compile under

Re: [DUG] Delphi 7 to Delphi 2009

2009-02-19 Thread John Bird
So what sorts of things were no problem, and what sorts of things were a problem? If I think of what sorts of things are in my code, there is quite a lot to do with getting the character code of string[i], lots of use of length(string), relying on alphabetic sorting of stringlists, calling

Re: [DUG] Delphi 7 to Delphi 2009

2009-02-19 Thread Paul A Norman
Truth is, needeing to rely on 3rd party controls from companies that didn't keep going or opensource when they went out of D. - I have a copy of D4. Prof. on a legacy machine that gets fired up simply to update that application for people. I am starting to think that if important 3rd party

[DUG] DBCombo/DBLookup Combo

2009-02-19 Thread John Bird
Of all the VCL controls I have dealt with in Delphi (Mainly D5 Enterprise), none has given me so many headaches or puzzles as DBCombo and DBLookupCombo in which there seem to be so many idiosynchrasies Some of the main ones: -what they display when not initialised (eg null in the dataset

[DUG] Calling PHP SOAP service from Delphi

2009-02-19 Thread Robert martin
Title: Robert Martin Hi Some of you may have seem my PHP SOAP server creation stuff on the 'Offtopic' list below is a quick summary.. Replacing Delphi SOAP service with PHP Re using WSDL created by Delphi for PHP service (with minor modifications) I am at the testing phase. My delphi client

[DUG] Older Delphi, Newer Crystal Reports

2009-02-19 Thread Neven MacEwan
Hi Has anyone integrated a recent version of Crystal (11/2008) with a pre unicode Delphi (D6 in my case) I assume there is no VCL so can it be done via ActiveX? Cheers Neven ___ NZ Borland Developers Group - Delphi mailing list Post:

Re: [DUG] Delphi 7 to Delphi 2009

2009-02-19 Thread Ian Drower
Hi Laurence I have Delphi 2007, and haven't gone to 2009 yet. I'm still using Delphi 5, and finding the step up to 2007 hard enough. Does anyone have any recommendations, written resources or information that might lead to an easier upgrade? The change in the IDE is probably the most confusing

Re: [DUG] Delphi 7 to Delphi 2009

2009-02-19 Thread John Bird
Here are my notes, I found some great instructions on Steve Trefethens blog about installing components in D2005/D2006/D2007. (He is ex CodeGear) I have added notes/examples from my own situation, I make a folder under my source tree called components, and install my component library from

Re: [DUG] Delphi 7 to Delphi 2009

2009-02-19 Thread Jeremy North
Rudy Velthuis has released an IDE expert to perform the same behaviour that the old Install Package did. http://rvelthuis.de/programs/compinstall.html The Installing Component Packages index in the Delphi 2007 (haven't checked other versions) leads to the Working with Packages and Components:

Re: [DUG] Delphi 7 to Delphi 2009

2009-02-19 Thread Alister Christie
Since we've been comparing D5 / 7 to D2007 / 9. I'd be interested in knowing how they compare to the VS2008 IDE in terms of usability and productivity. I've had a play with the free version, but not enough to know how it compares to Delphi. What are peoples impressions? Alister Christie

Re: [DUG] Delphi 7 to Delphi 2009

2009-02-19 Thread Jeremy Coulter
VS2008 IDE doesnt compile my Delphi apps. very wellhehehehesorry had to do it ;-) jeremy On Fri, Feb 20, 2009 at 3:53 PM, Alister Christie alis...@salespartner.co.nz wrote: Since we've been comparing D5 / 7 to D2007 / 9. I'd be interested in knowing how they compare to the VS2008

Re: [DUG] Delphi 7 to Delphi 2009

2009-02-19 Thread Matthew Comb
I didn't think any version of delphi compiled your apps well Jeremy ;) Matt. VS2008 IDE doesnt compile my Delphi apps. very wellhehehehesorry had to do it ;-) jeremy On Fri, Feb 20, 2009 at 3:53 PM, Alister Christie alis...@salespartner.co.nz wrote: Since we've been comparing

Re: [DUG] Delphi 7 to Delphi 2009

2009-02-19 Thread Jeremy Coulter
hahahathats true :-) It gets even worse after a few wines :-) On Fri, Feb 20, 2009 at 4:05 PM, Matthew Comb m...@ferndigital.com wrote: I didn't think any version of delphi compiled your apps well Jeremy ;) Matt. VS2008 IDE doesnt compile my Delphi apps. very wellhehehehesorry

Re: [DUG] Delphi 7 to Delphi 2009

2009-02-19 Thread Alister Christie
lol, I guess I was asking for that ;-) Alister Christie Computers for People Ph: 04 471 1849 Fax: 04 471 1266 http://www.salespartner.co.nz PO Box 13085 Johnsonville Wellington Jeremy Coulter wrote: VS2008 IDE doesnt compile my Delphi apps. very wellhehehehesorry had to do it ;-)

[DUG] DBCombo/DBLookup Combo

2009-02-19 Thread Marshland Engineering
I had problems with the source data being changed when I used a lookup. I created a manual lookup table and found the same problem. Looks like the record pointers got mixed up when using 2 tables. I fixed the source file over 20 times but I could not duplicate the key strokes that created the