C++

Get ~$2,000 Worth Of Mobile Game Source Code FREE For Delphi And C++Builder

Are you ready to dive into game development on mobile? Why not get a head start with thesefour games: Alien Invasion, Mars Rocket, Rocket Ship Delta, and Space Rocks. They come with full source available forDelphi and C++Builder which you candownload and get started with right away. The game source codes are available for both the Starter Edition and the Pro orhigher…
Read more
News

Compiling a Million Lines of Code with Delphi

Author: Jack M57168 I was talking with someone the other day about how fast the Delphi compiler was. I decided to build a sample app to see how long it would take to compile a million lines of code. I made a video to show the results . . . I plan to expand…
C++

C++ IDE code editor structure windows is blank on Windows 10 machine - workaround

Several developers reporting an issue where the C++Builder IDE code editor structure window was blank after they upgraded their Windows machine to Windows 10. The issue is reproducible on these scenarios: The user has a machine with a Windows version lower than Windows 10 (Windows 8.1, 8, 7,…) The user has RAD Studio installed (all versions are affected) The user upgrades to Windows 10 In…
Read more
News

Altium Designer 15 000 000 codelines

Author: zhang Embarcadero likes mentioning Altimum Designer when asked about high-class large-scale successful commercial systems made with Delphi. The project has about 15000000 codelines. Altium Designer is a CAD system for electronic products, including 3D modeling. Today we’ll discuss the technical side of the system as far as such a system allows to be highlighted from…
Read more
Delphi

Creating an Overflow Menu on Android

During my CodeRage 8 session I talked about creating an Action Bar with an Overflow menu, so I wanted to provide some step-by-step instructions. On Android, an Action Bar is atop(or top and bottomaligned) toolbar that is segmented into…
Delphi

Delphi XE5 Android Text to Speech example in CodeCentral

Author: Joshua P7819 Jeff Overcash, TeamB member and the maintainer of the InterBase Express Components (IBX) for the past 13.5 years, has created a Delphi wrapper unit for Android text to speech functionality.  Jeff has also created a simple demo example that allows you to input some text into a TMemo and hear the text spoken on your Android device.  In a comment on the Delphi XE5 Android API…
Read more