Multi-platform design with Delphi, Java, MySQL and CouchDB [closed]
Closed 9 years ago.
Scalability: How does splitting a database table work on different replicated SQL Servers?
I would like to know more about the general concepts behind dividing data of a database into different servers. For example, suppose I have a SQL Server database which has a massive table. Assume one single server cannot handle the amount of data in this table. I would like to break that table down and split its contents among different servers with an identical database (replicated).
Delphi Build Server – Do I need to check in .dres files?
We’re using final builder to build a Delphi project and the person managing the build server noticed that projects with no .dres files were not building because they’re not in SVN and because they’re not in SVN they’re not on the build machine.
How can I run code at compile-time in Delphi?
I’d like to create a version.rc file without having to put in place a whole pipeline.
I’d simply like for some code to run whenever Delphi build an executable in order to create that file.
Restrictions Calling DLLs Across Technologies?
I want to call a DLL in my programming language of ‘choice’. The documentation surrounding this clearly states that it must be a 32-bit DLL written in C, C++ or Delphi. But I wanted to call a DLL written in C#. It goes on to mention that the default calling mode is cdecl.
Would it be possible to publish my code on an official site with a third-party library?
I’m building a rather large and extensive wrapper in Delphi for an email system called Mandrill. There are wrappers for this API in many other languages, but not for Delphi. So, I’m hoping to produce the first full wrapper. The problem is, I’m utilizing a third-party JSON parser called superobject. I’m afraid that if I complete this wrapper, I won’t be able to provide my code for Mandrill to share, because of this third-party library.
How to get the hot and selected style color for a listview?
Below is a TListView in vsIcon mode with Styles enabled on the project.
What is the justification of use .inc files to declare and implement code is some Delphi RTL units?
Starting with #Delphi #XE2 many of the new RTL units related to Vcl styles, OSX and so on, uses inc files to declare types, classes and implement code (just like the FPC does), what is the justification to do that? you can see what i mean if you inspect one of these folders (sourcertlposix, sourcertlposixosx, sourcertlsys )
Smart Codeinsight in Delphi 12.2
I’m trying to setup Smart Codeinsight in Delphi 12.2 but when ever I’m calling it I just got “Not Found” as an answer.
Smart Codeinsight in Delphi 12.2
I’m trying to setup Smart Codeinsight in Delphi 12.2 but when ever I’m calling it I just got “Not Found” as an answer.