can anyone privately tell me they have a pure basic app that is of this scope?
We currently serve our services to about 50.000 people. As about 50% are using the mobile versions (Android, iOS), we assume that the rest is using the PureBasic developed client applications for the PCs and laptops.
Using PureBasic, we developed the following end-user products for our company (
https://www.regify.com):
* regify Client (Win, Linux, Mac)
* regibox Manager (Win, Linux, Mac)
* regify Client SDK (.dll, .so, .dylib) (software development kit for Win, Linux, Mac)
* regipay Desktop (Win)
* regibill Desktop (Win)
* regimail Desktop (Win)
* regify LDAP sync tool (Win, Linux)
The core software is translated to English, German, French and simplified Chinese.
Other components are developed with other programing languages:
Mobile Clients using
Cordova
Outlook AddIn using
VB.NET (old Version VB6)
Thunderbird AddIn in
JavaScript
regigate (SMTP Gateway) in
C
Script languages like
PHP and
Perl are used in many(!) situations.
We have fully automated build processes using
make targets (utilizing
CygWin on Windows). For source versioning we use
GIT.
Due to some various circumstances, we still compile all using
PB 5.24 LTS. But we are just migrating to
PB 5.46 LTS for all new major releases.
For this post I just did some statistics and found that we have about 60 PureBasic includes (mainly functions, some modules, used and included mostly in all products). These files contain > 50.000 lines of code and comments. The products themselves contain between 6.000 (regify Client) and 19.000 (regibox manager) lines of PureBasic code. The products are relatively small because they all use the regify client SDK (10.000 lines) and the includes. By this, they keep focused on the rest (GUI etc).
Best
Kukulkan