This guide walks you through the steps to install and configure a Perforce Helix Core Server on an Ubuntu 24.04 distribution, ensuring everything is set up correctly. Step 1: Add the Perforce Repository Download the Perforce GPG Key:
1 |
wget -qO /usr/share/keyrings/perforce-archive-keyring.gpg https://package.perforce.com/perforce.pubkey |
Add the Repository:
1 |
echo "deb [signed-by=/usr/share/keyrings/perforce-archive-keyring.gpg] http://package.perforce.com/apt/ubuntu jammy release" | sudo tee /etc/apt/sources.list.d/perforce.list |
Update Package Lists:
1 |
sudo apt update |
Step 2: Install Helix Core (p4d) Install the…
Read more
Solution to Linking Error E2597 in Delphi When developing applications in Delphi, you might encounter linking errors. One common error is:
1 |
[DCC Error] E2597: undefined reference to 'std::__ndk1::__next_prime(unsigned int)' |
Introduction The E2597 error can be caused by various factors, including: Incorrect runtime package configurations. Missing dependencies or conflicts between libraries. Incorrect inclusion of static libraries, such as libc++. Issues with Static…
Read more
XtumbleMagazzino has been updated to support Android 14 and SDK 34! This means that your app will continue to run smoothly on the latest devices and you will be able to access the latest Android features. Android 14 e l’SDK 14! Easy update with Delphi v12.1 Thanks to Delphi v12.1, updating XTumbleMagazzino to SDK…
Read more
smartFB v. 2.2.0.185 is available for download at the link: https://api.xtumble.com/downloadattachmentpub?cid=05830520960&fname=/applications/public/SetupSmartFB.exe What’s New: New form to test API connections, styled like Postman ( Tools –> Network Utility –> API Tester ) Direct display of stored procedure parameters on the main db tree Improved syntax highlighting and parenthesis management in the editor Introduced field-level dependency analysis…
Read more
SMS Sender – Automate Your SMS Discover SMS Sender! Tired of manually sending SMS for your personal or business needs? SMS Sender is the solution for you! With SMS Sender, you can easily automate SMS sending through its integrated web server. A single REST call is all you need to send messages quickly and efficiently.…
Read more
Test Ubuntu 22.04: Ubuntu 22.04 Server distro for Intel / AMD x64 on virtualization environments (all configured with 4core and 2virt, 8GB, 40GB SSD): VMWare Fusion for MacOSX –> passed no issue VMWare Workstation –> passed no issue KVM –> passed no issue Ubuntu 22.04 Server on this hardware conf: Dell T440 Intel Xeon…
Read more