Jump to content

Markus Kinzler

Moderators
  • Content Count

    559
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Markus Kinzler

  1. Markus Kinzler

    Library for modifying windows PE files?

    If you use Code from an gpl-licenced product, you have to release the code of your product, too. That's the idea behind the GPL. It doesn't matter if you earn money with it or not. With the "publishing" of the program, you have to to this. If you use the programm on "your server" and let extern people use it ("Cloud") you wouldn't obliged to this, besides earning money with it. So they introduced "GNU AFFERO GENERAL PUBLIC LICENSE" to assure the same behaviour. For Software beeing downloadable there is no difference to the GPL.
  2. Markus Kinzler

    Library for modifying windows PE files?

    The "normal GPL" doesn't apply if the program is installed on the Web/Cloud. This licence explicitly iclude this scenario.
  3. Markus Kinzler

    Konopka raize components

  4. Markus Kinzler

    Airline phone number spam

    I locked them out agian, for now.
  5. Markus Kinzler

    Airline phone number spam

    Ich bin schon dabei, die ganzen Accounts zu sperren
  6. Do you need to access to the image files besides your application? When not I would suggest to store the files in an database. In aspect of security and movebility.
  7. Markus Kinzler

    ODBC script for SQLite

    If you want to use a alias, then you have to create it on every PC the program is run. (can be done by program or installer)
  8. Markus Kinzler

    Android compile error - Manifest Malformed

    In RadStudio 11.2 the version of the JDK is raised to 11 that means Android API Level 32. There're alterations in the manifest: https://docwiki.embarcadero.com/RADStudio/Alexandria/en/11_Alexandria_-_Release_2#Updated_AndroidManifest.template.xml_file
  9. Markus Kinzler

    Fd

    Have you checked the possible reason stated in that message?
  10. Markus Kinzler

    Install Raize component pack 6.1.10 in Delphi 10 Seattle

    A newer version 6.5.0. (now called Konopka Signature VCL/Bonus KSVC) is available in GetIT Update: An update to 7.0 also there
  11. Markus Kinzler

    Developer Express gave up on FMX

    Btw. the latest RadStudio roadmap dates to November 2020 ...
  12. Whay not a standard sql or no-sql database to achive this?
  13. https://github.com/sempare/sempare-delphi-template-engine https://github.com/synopse/dmustache https://github.com/marcocantu/DelphiRazor
  14. Markus Kinzler

    Weaknesses with MySQL and or PostgreSQL

    Oracle has an interest of making profit. So they may interprete the licences more strictly than others. Do you deliver/install the MySQL Server. Is this the case you need a commercial licence (as long as your application isn't GPL). If the Server is beeing installed by your customers und you "only" use a existing installation then your customers may need a licence. (In this case olso the client dll must be excluded from your program) MariaDB is a fork of MySQL with a better licence. which can be used as replacement for the MySQL Server (with lesser risks for you and your customers.) A switch to and another DBMS like PosGres or FireBird ( which I also would prefer) may need adaptions in your program.
  15. Markus Kinzler

    Weaknesses with MySQL and or PostgreSQL

    Oracle doesn't care if the software is only used internally. Better use MariaDB instead of MySQL. PostgreSQL is much more potent than MySQL.
  16. Markus Kinzler

    Error on GetIt

    Perhaps there are more relevant details on the call stack
  17. Markus Kinzler

    [firebird] Converting DB from one charset to other

    Best by batchmoving the data from one db to another.
  18. Markus Kinzler

    Developer Express gave up on FMX

    Cross platform isn't just mobile. The features could be usable on MacOS or Linux, too.
  19. There is already a class for this: TInterfacedObject TEgon = class( TInterfacedObject, IHuman, IManager);
  20. Markus Kinzler

    ERD tool needed!

    https://pgmodeler.io/ https://github.com/mirkosertic/MogwaiERDesignerNG https://sourceforge.net/projects/dbdesigner-fork/ https://www.datensen.com/er-diagram/free-er-diagram-tool-moon-modeler.html http://www.modelsphere.com/org/index.html
  21. Markus Kinzler

    Is this C++ builders new FORUM ???

    The community is here.
  22. Markus Kinzler

    [Rio][FMX]How to compile for iOS without an Apple device?

    If XCode is fully installed, it should work. If they allow to install PAServer.
  23. Markus Kinzler

    [Rio][FMX]How to compile for iOS without an Apple device?

    Or https://virtualmacosx.com/
  24. Markus Kinzler

    [Rio][FMX]How to compile for iOS without an Apple device?

    Using a virtualiszed OS from Apple is only allowed on Apple hardware.
  25. Markus Kinzler

    Interbase 2007 ->2020

    The old server. The embedded (Server-)Client should be doing well.
×