CodeDelphiIDE

Integrate Python Threading, Windows Console, And Command Line Arguments In Delphi Windows GUI Apps

We know how to do Multithreading in Delphi. How about a simple python script that performs threading in Python and runs the script in the Delphi application? This brings the advantage of using existing multithreaded or new python scripts in your Delphi application. This post guide you to do that with the Python4Delphi Sample app. You can also use Python4Delphi with…
Read more
C++CodeDelphi

Flexible Way To Set And Get Variant Array Between Delphi and Python For Building Windows Apps

Do you need to exchange a variant array between Delphi and Python Quickly? Python4Delphi offers the TPythonModule component which has a method and procedure to exchange a variant array. This post guides you to do that. You can also use Python4Delphi with C++Builder. Python4DelphiDemo17 App shows how to assign and get a variant array value using theTPythonModule component. You…
Read more
C++Code

Learn About C++11 In This Video Archive Conversation With C++ Designer Bjarne Stroustrup From 2014

In this session, you can see and listen to a conversation with C++ designer, Bjarne Stroustrup. Overview ISO/IEC 14882-2011 aka C++11, formerly “C++0x”How C++ 11 builds on C++’s strengthsHow C++ 11 makes C++ easier toLearnTeachUseApplication portabilityC++’s ubiquitous presence in the markets About Bjarne Stroustrup Designer and original implementor…
Read more
CodeDelphiRAD Studio

Learn About Using The Windows Subsystem For Linux (WSL) With Delphi

StoreIn this session, you can how to take advantage of the new Windows Subsystem for Linux (WSL) to develop, debug, and deploy Linux applications from Delphi. What is the Windows Subsystem for Linux (WSL) Windows Subsystem for Linux (WSL) is a compatibility layer for running Linux binary executables natively on Windows 10 and Windows Server 2019Multiple distributions are available via…
Read more