-
Content Count
87 -
Joined
-
Last visited
-
Days Won
2
David Champion last won the day on September 5 2022
David Champion had the most liked content!
Community Reputation
42 ExcellentTechnical Information
-
Delphi-Version
Delphi 11 Alexandria
Recent Profile Visitors
-
How to attach a DigiCert Token certificate to exeutable
David Champion replied to Bart Kindt's topic in Delphi IDE and APIs
Does anyone know if it is possible to convert the USB token to an ISO and then mount it on a build server ? -
If you are a beginner, as you say, you'd best select the simplest of choices available and extend from there. I would suggest registering for a AWS account 12 months free tier and using Aurora PostgreSQL. Just a 2 tier solution, Delphi and a cloud based database. No need to spin up a server instance. If the version of Delphi doesn't support remote databases then look into a trial version of DevArts's UniDac components.
- 12 replies
-
Delphi 11.3 in Windows 11 connected Mac (MacOS Ventura 13.3.1) over Wifi running PAServer 22 Connection fails?
David Champion replied to soft4u's topic in Cross-platform
With a little help from Google translate I can make your question more accessible:- Tôi có Delphi 11.3 trong máy Mac được kết nối với Windows 11 (MacOS Ventura 13.3.1) qua Wifi chạy PAServer 22 (phiên bản : 13.3.12.7 ) Nhấn nút "Kiểm tra kết nối" trong "Trình quản lý cấu hình kết nối" luôn cho tôi "Lỗi từ xa: Unknow LifeCycle : Sessio". Tôi đã tìm kiếm các diễn đàn và tất cả các mục của trang giải pháp lỗi bật lên hiển thị sau khi thử không thành công, nhưng tôi không thể tìm ra giải pháp... I have Delphi 11.3 in my Mac connected to Windows 11 (MacOS Ventura 13.3.1) over Wifi running PAServer 22 (version: 13.3.12. Pressing the "Test Connection" button in "Connection Configuration Manager" always gives me "Remote Error: Unknow LifeCycle : Sessio". I have searched the forums and all the items of the solution page pop up error showing up after the failed attempt, but I can't find a solution. Tôi đã hy vọng ai đó ở đây có thể có đề xuất hoặc chỉ cho tôi đi đúng hướng để tìm kiếm giải pháp. Cảm ơn. I was hoping someone here could have suggestions or point me in the right direction to look for a solution. Thank. -
About Delphi 11.3 CE Platform Selection
David Champion replied to ChenShou's topic in Delphi IDE and APIs
I agree. The 3rd party libraries require maintenance at least and most likely further development but Idera's investors are not short of a few dollars. -
About Delphi 11.3 CE Platform Selection
David Champion replied to ChenShou's topic in Delphi IDE and APIs
It would not be a big investment to acquire these 3rd party libraries and make them available for free. A better way to increase revenue is to grow the user base. Trying to lure developers beyond the Professional SKU by hiding the value in the Enterprise works well when the content is attractive to larger companies. The Linux platform is attractive to all types of customer. This is a missed opportunity to grow the Community Edition in a similar fashion to Python for Delphi. -
About Delphi 11.3 CE Platform Selection
David Champion replied to ChenShou's topic in Delphi IDE and APIs
I don't think Embarcadero has thought this through. Linux clearly needs to be available in all SKU especially in the Community Edition which would be taken up by the casual or hobbyist developer. -
The level entry M2 Mac Mini is excellent value for money but do some research on the speed of the SSD drive, The 256GB model uses a single NAND chip resulting in 50% slower performance compared to the 512GB model. To run headless you are likely to need an HDMI dummy plug. The headless ghost display emulator is available on Amazon.
-
Best Practice Question: Bidirectional EXE-to-EXE communication
David Champion replied to Alexander Halser's topic in RTL and Delphi Object Pascal
I have used the RemObjects Remoting SDK. This also has a degree of language and platform independence. The Remoting SDK has bidirectional TCP communications when using the called 'Super TCP Channel'. Remote procedure calls can be made asynchronously, includes client side proxy generation, security features and event notifications. -
Don't believe Delphi is a single pass compiler. If someone who knows more please comment.. edit: this Embarcadero blog suggests that it is single pass
-
Project to create a language definition in BNF format started
David Champion replied to TurboMagic's topic in RTL and Delphi Object Pascal
There has been some discussion in the past about whether is even possible to catch every valid grammar production using BNF or EBNF. Because Object Pascal/Delphi compilers have used hand crafted parsers the language has evolved with some inconsistencies unchecked by formal grammars. -
Project to create a language definition in BNF format started
David Champion replied to TurboMagic's topic in RTL and Delphi Object Pascal
I would prefer the Antlr grammar mainly because you can build and test the grammar as you go with the tools provided. Also, there are some excellent books by Terrance Parr. I could try and revive my Antlr StringTemplate for Delphi project if the repo went in that direction. -
Opinions about Pascal vs C/C++ IDE
David Champion replied to TimCruise's topic in Tips / Blogs / Tutorials / Videos
Idea are also trying to push their YellowFin product into their developer audience, which does dashboards and BI reporting. They did a demo at the Delphi Conference in London this week. I couldn't find a published price. Which is probably a bad sign.- 39 replies
-
- programming hardware
- rad studio
-
(and 1 more)
Tagged with:
-
MAP2PDB - Profiling with VTune
David Champion replied to Anders Melander's topic in Delphi Third-Party
@Anders Melander I am using Code Commit for my latest project, during lock down I needed to swap out the On Premise version of BitBucket. It has the feature of locating the service at a particular data center and encrypting the source code at rest. It's worth a look if you haven't already. Then again I don't know what you are looking for. -
Adding to what Lars has said about Continua CI; if you use Final Builder as a Build Runner within Continua CI you can setup and test the build scripts visually. There is an example script in Final Builder for Code Signing and Time Stamping your code.