Board index » delphi » Re: So why all the Delphi 2006 gushing praise?
Captain Jake
![]() Delphi Developer |
Captain Jake
![]() Delphi Developer |
Re: So why all the Delphi 2006 gushing praise?2006-01-13 01:46:59 AM delphi259 "chrisC" <XXXX@XXXXX.COM>writes QuoteThere are 2 kinds of programmers. Adaptable ones and UnAdaptable Ones. |
Pete Goodwin
![]() Delphi Developer |
2006-01-13 01:47:21 AM
Re: So why all the Delphi 2006 gushing praise?
Kevin writes:
QuotePete Goodwin writes: of those. I usually find I have to switch on "System Debug DCU's", then I might get better results. Then I have to turn off optimisation, otherwise I can rarely see the contents of variables. Hence I have asked for release/debug modes in Delphi. -- Pete Goodwin |
Captain Jake
![]() Delphi Developer |
2006-01-13 01:52:59 AM
Re: So why all the Delphi 2006 gushing praise?
"AlisdairM" <XXXX@XXXXX.COM>writes
QuoteI understand I am going to lose arguing that C++ is a clean language programming languages pyramid, then Delphi and Java, then at the bottom are languages like C# and Chrome that work only in .NET. |
C4D - Kim Madsen
![]() Delphi Developer |
2006-01-13 02:01:35 AM
Re: So why all the Delphi 2006 gushing praise?
Hi,
Make sure that your source code and the object/binary code are in sync. If your executable has been linked with one version of the code, while the IDE have a reference to another version of the code, you will get exactly these type situations. Check your library paths, search paths, project paths etc for obsolete object files and delete those. -- best regards Kim Madsen XXXX@XXXXX.COM www.components4developers.com The best components for the best developers kbmMW - RAD Enterprise class n-tier application server framework kbmMemTable - High performance memory table kbmWABD - RAD web development kbmX10 - RAD house automation "Pete Goodwin" <XXXX@XXXXX.COM>skrev i en meddelelse news:43c68c43$XXXX@XXXXX.COM... Quote
|
Brion L. Webster
![]() Delphi Developer |
2006-01-13 02:03:32 AM
Re: So why all the Delphi 2006 gushing praise?
Brian Moelk writes:
Quote>Oh, and an actual product manual. PDF versions of the online help books we used to get. They're just the help files repackaged from HTML Help to PDF. You'd think a "print out if you want, pour over, dog-ear for later" reference would be different than the material you'd get when you press F1. -- -Brion There's no such thing as 'one, true way;' - Mercedes Lackey |
Kevin
![]() Delphi Developer |
2006-01-13 02:14:12 AM
Re: So why all the Delphi 2006 gushing praise?
Pete Goodwin writes:
QuoteI select midiStreamOpen in the editor, I hit F1, I get topic not found. if that is possible with the new help?! Cheers, Kevin. |
Kevin
![]() Delphi Developer |
2006-01-13 02:17:04 AM
Re: So why all the Delphi 2006 gushing praise?
Pete Goodwin writes:
QuoteI'm curious to know what exactly this "little effort" is of which you have you already provided this? Cheers, Kevin. |
Kevin
![]() Delphi Developer |
2006-01-13 02:27:36 AM
Re: So why all the Delphi 2006 gushing praise?
Pete Goodwin writes:
Quote(v) The de{*word*81} seems as difficult to use as before. In Microsoft's stops where the error occurred. Can you recall what type of exception occurred that caused it to not stop on the correct line? My experience with VS is that it takes forever to actually stop when an exception occurs. That really bugs me. Cheers, Kevin. |
Tom Corey
![]() Delphi Developer |
2006-01-13 02:29:08 AM
Re: So why all the Delphi 2006 gushing praise?
Pete Goodwin writes:
QuoteI have said elsewhere I had DevExpress Bars and TMS components. Only topic just fine on my sytem. QuoteOther people have said it works for them, it doesn't for me. system, and not a valid criticism of Delphi 2006. |
John Jacobson
![]() Delphi Developer |
2006-01-13 02:51:49 AM
Re: So why all the Delphi 2006 gushing praise?
Pete Goodwin <XXXX@XXXXX.COM>writes
<XXXX@XXXXX.COM> Quote>Oh, I am sure they exist, on your machine and in your programming. My -- Jake's Blog: blogs.slcdug.org/jjacobson/ ***Free Your Mind*** Posted with JSNewsreader Preview 1.0.4.1951 |
John Jacobson
![]() Delphi Developer |
2006-01-13 02:52:43 AM
Re: So why all the Delphi 2006 gushing praise?
Pete Goodwin <XXXX@XXXXX.COM>writes
<43c6a399$XXXX@XXXXX.COM> QuoteHilarious! Your post is most amusing!!! Jake's Blog: blogs.slcdug.org/jjacobson/ ***Free Your Mind*** Posted with JSNewsreader Preview 1.0.4.1951 |
John Jacobson
![]() Delphi Developer |
2006-01-13 02:55:12 AM
Re: So why all the Delphi 2006 gushing praise?
Pete Goodwin <XXXX@XXXXX.COM>writes
<XXXX@XXXXX.COM> QuoteI felt C++ with VCL seemed very clumsy to me. All the __fastcall stuff, Jake's Blog: blogs.slcdug.org/jjacobson/ ***Free Your Mind*** Posted with JSNewsreader Preview 1.0.4.1951 |
Brion L. Webster
![]() Delphi Developer |
2006-01-13 02:57:42 AM
Re: So why all the Delphi 2006 gushing praise?
Rick Carter writes:
QuoteWell, if they're filling in words in the code editor, I guess we have -- -Brion There's no such thing as 'one, true way;' - Mercedes Lackey |
John Jacobson
![]() Delphi Developer |
2006-01-13 02:58:20 AM
Re: So why all the Delphi 2006 gushing praise?
Pete Goodwin <XXXX@XXXXX.COM>writes
<43c6a143$XXXX@XXXXX.COM> QuoteI've only got the one Windows machine at home, so reinstallation isn't only one prevents it? -- Jake's Blog: blogs.slcdug.org/jjacobson/ ***Free Your Mind*** Posted with JSNewsreader Preview 1.0.4.1951 |
Brian Moelk
![]() Delphi Developer |
2006-01-13 03:07:59 AM
Re: So why all the Delphi 2006 gushing praise?Quote>I felt C++ with VCL seemed very clumsy to me. All the __fastcall stuff, |