ARTICLES :: One of the features that make Delphi so popular is that when it comes to project deployment, you as a developer (in most cases) only need to send the executable file (exe) of your application.
However, in some situations, for example when you import an ActiveX control into your project, you'll need to make sure that this ActiveX control is registered on your users machines. If the control is not registered there, an EOleSysError exception will be displayed to your user eyes.
Read the full article to learn how to Register DLL and ActiveX controls from Delphi code.
Related:
in
FDAC ::

Here's another simple yet addictive game written in Delphi. Dodge game has a simple rule: collect the blue squares, avoid the red circles (dots).
When the game starts there are two red squares on the screen: one "fixed" one moves as you move the mouse. When you hit the first square with the second square (mouse) a new red circle starts floating around the screen. The next time you hit the square, another circle drops in.
This is the 36th entry to the Fancy Delphi Application Contest
Read the full article to find more about (+ download source code) Dodge Game
When you download the application and test, rate it:
- Excellent
- Superb
- Good
- Average
- Poor
If you already voted, take a look at
poll results.
Related: