|
I have learned programming on .NET. It's been 4 years since I have started (serious) programming, I gained experience in VBA, JavaScript but mainly C#. I have spent a lot of time trying to grasp the good coding practices, object orientation etc.
Now finally...
Started by emray on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
Go overcome your prejudices and start....
For example simple bugfixes
"I have absolutely no experience in Delphi, and no motivation to learn it [...] The question.
I'm sure you have to learn Delphi to do successfully that job.
|
|
I have just ported several of our home-made Outlook COM-addins from Delphi 2007 to Delphi 2009 and am now experiencing some really weird errors (before you ask: none of which appear to have any obvious relationship to string-handling), for example modal...
Started by Oliver Giesen on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Boom! The function.
At this CodeRage 3 session: Delphi Debugging for Dummies
Not exactly an answer to the question which was more for GetWindowText (which in Delphi 2009 returns a buffer of WideChars).
|
|
Referring to this question , it might be nice to collect links to sites that really help Delphi beginners.
The first answer pointed to Delphi Basics , which is a really nice site.
But there must be more.
So: please contribute to this community wiki question...
Started by Jeroen Pluimers on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Nick Hodges....
Yourself Borland Delphi 4 in 21 Days (still very relevant) Learn To Program Delphi Part One (at http/
Delphi.wikia.com has a Delphi Videos link that was great for me when I was first learning Delphi.
|
Ask your Facebook Friends
|
Delphi 2009 is due in the next couple months, which is its 12th release since Turbo Pascal became Delphi in 1995. Despite continued innovation it has not returned to its level of popularity before the Inprise fiasco.
Many developers with Delphi backgrounds...
Started by Jim McKeeth on
, 63 posts
by 61 people.
Answer Snippets (Read the full thread at stackoverflow):
Delphi needs, (like Turbo Delphi of....
I'm new to Delphi, I don't know if learning from an older source would be the right way to do are the future of programming, and they're all learning the C syntax family in school.
|
|
If Delphi is the primary language for my development, what is the ideal complement to Delphi. which should be my next step?
C# for .net and web development Java C++ for Know Win32 in depth. Ruby Perl What is your recommendation?
Started by Salvador on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
It'll take what....
It uses the same IDE as Delphi so you won't have mix yourself up by learn a new IDEPython.
Recommendation is C #, but before Getting started with Delphi Prism, the learning curve will be so much environment .
|
|
I maybe need to do a project in Delphi and are a beginner in that field. Currently, I am searching the net for ressources and get confused because there are so few resource sites.
First of: can you give me some good websites with resources for Delphi ...
Started by Marco on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
There are links to many other Delphi websites/TStringList and....
Delphi = Pascal? Resources for Learning? Learning Delphi Delphi resources for existing .NET developerI think DelphiFeeds is a good starting point.
|
|
I have a Delphi 2009 program that handles a lot of data and needs to be as fast as possible and not use too much memory.
What small simple changes have you made to your Delphi code that had the biggest impact on the performance of you program by noticeably...
Started by lkessler on
, 33 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
Use a ....
If you project (Delphi and C++Builder) automatically installs the patches that are avilable for your Delphi/C++Builder version.
Is a Delphi unit that fixes VCL and RTL bugs at runtime by patching the original functions.
|
|
I am looking for a Threading framework to use in my Delphi application.
Currently I am evaluating ‘ OmniThreadLibrary ’ - so far it looks good and does everything I need.
Is there any other ‘Threading framework’ for Delphi ?
(I am using D2006 & D2009)...
Started by Charles Faiga on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
At this stage it can be used with Delphi 2005-2007, but will soon be available for Delphi 2009-2010 to be installed to use the....
Internet Direct (Indy) contains IdThread and thread.
But it supports older versions of Delphi as well.
|
|
Is there any documentation on cross thread communication in Delphi? How can I send message to the thread that doesn't have a window?
Started by samir105 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Just use?" I can only advise you to check it out for yourself - that is if you are using at least Delphi 2007 the same for Delphi 4, and I....
Don't go into all these details on your own, unless you want to for the learning effect.
|
|
As a long time VIM user, it pains me to have to use the Delphi IDE. At least with Visual Studio there's ViEmu which works well.
So, do you have any advice for getting by in the Delphi IDE when you're so used to VI?
Any settings that you'd recommend to...
Started by Dave on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Some of them came from the turbo pascal time
I have come to love the refactoring... .
Especially gettingThere are a lot of keyboard shortcuts in Delphi.
Learning the keyboard shortcuts in Delphi will save you a huge amount of time.
|