Jump to content

chenech

Members
  • Content Count

    8
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. chenech

    E-Payment processing software for Delphi

    I use a PayTef company terminal, connected to Wi-Fi, from the application I generate a JSON file with the amount, the invoice number, etc., I send it to them through a PayTef API, once the client has paid or cancelled, I receive an acceptance or rejection code, so I can control payments from my application and for remote payments also through PayTef, a link is generated that is sent to the client by email and I can know if they have paid or not or if the payment has expired the shipment. Paytef | Solución de pago para empresas The protocol is very simple, but I don't know if they work outside of Spain
  2. chenech

    New bug with patch 1 for 11.1

    The save button works well, it's the one to save everything, it worked fine for me in 11.1, it's after patch 1 when saving everything stopped working 😞
  3. chenech

    New bug with patch 1 for 11.1

    Incredible, there is not a version or a patch that does not break something previous? Now with Patch 1 of 11.1 the save buttons are always active and the modified mark is not removed, before the patch that worked fine. Impressive quality control at Embarcadero. after closing the IDE several times, it works sometimes 😞
  4. Good afternoon, I've searched Google and I can't find any example, could someone give a small example of how to use a P12 certificate with the NetHTTPClient component in C++ Builder? have tried to put the path and password of the certificate in the component but it does not work and I have seen on the internet to add it in the onneedcertificate event, but I have arrived there and I do not know how. Thanks in advance.
  5. chenech

    LSP con C++ Builder 11.1

    Provisional solution. https://quality.embarcadero.com/browse/RSP-37665 Roy wrote : So far the only solution I have managed to come up with is as follows: 1) Close your project. 2) Tools | Options | IDE | Environment Variables | [New...] Add a variable called "BDS_NO_LSP" (without quotes) and set the value to "T" also without quotes 3) [OK] 4) [Save] 5) Restart the IDE The downside is that the LSP will now not work for Clang based projects.
  6. chenech

    LSP con C++ Builder 11.1

    If this is so, I will not renew my subscription and I will stay with 10.4 for life, which struggles every time a version comes out. Our important projects are in classic compiler and more than 800 form the smallest, unfeasible to change to clang. Thank you J0seant
  7. chenech

    LSP con C++ Builder 11.1

    Has LSP been removed for the classic compiler in version 11.1? Now they mark me messages even in the include of the vcl. A new empty project already shows errors and LSP does not work in classic borland compiler 😞 Has anyone been able to try it? Thanks
  8. chenech

    LSP on c++ Builder 64 bits

    Are lSP problems in 64-bit c ++ builder fixed in version 11 or is it still so inoperative? If it did not work well, it would not update. Thanks.
×