Jump to content

shineworld

Members
  • Content Count

    280
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by shineworld


  1. 38 minutes ago, Anders Melander said:

    I think you forgot the price of a Windows license...

     

    I know it's possible to run Windows on a Raspberry Pi, I just don't think it makes sense from a business or performance POW.

    We bought industrial Iot licence version for 45 to 89€ depending by number an type of cores. W10 1908 version. It works very fine. I in will prepare a video next week.

    • Like 2

  2. So to get the new 12.1 I've to uninstall and reinstall all by zero?
    1] I have got a lot of manually installed 3rd part libraries (13, ... uh...).
    2] What happens with the Installation counter? Do they take into account that I've uninstalled it?

    2nd question is important because I've two development PCs:
    1] main office desktop PC to do work when I'm in the office.
    2] A secondary portable notebook to do work when I'm at the customer's factory

    They are used mutually exclusive, or 1 or 2, but I've already used 2 installations shoots.


  3. A forum user suggested me to ask to "Programs and Features" to "Repair" the installed packages
    "Microsoft Visual C++ 2015-2022 Redistributable (x64)" and "Microsoft Visual C++ 2015-2022 Redistributable (x32)".

    This worked and solved the issue.
    I've reported that here to other users.

    Thanks.

     


  4. 10 hours ago, Adam said:

    Grazie Shineworld, 

    Un modo ingegnoso per farlo. Al momento ho il sospetto che parte del mio problema sia che il mio ramo non è stato ancora aggiornato per funzionare con Delphi 12. Potrei sbagliarmi, aspetto solo prima la conferma.

    I'm some commits far from latest in Indy10 git repository but to work I've:

    1] moved all files in folder from git project to be close on what I've found on Delphi 
    2] changed the .inc to be close to Delphi originals

    image.thumb.png.16b8aeb8fa7883b9d44913c6d61af525.png

    all work fine and I'm free to modify Indy to meet my "odd and old" protocols...

    • Thanks 1

  5. I'm used to using a different Indy version in some programs.
    I've left the official Indy of Delphi installation and I don't touch it.

    In a project I add a sources\Indyxx path with the desired Indy version source code.
    Usually this is a modified version of the current GitHub because I need to manage some base mechanism to adapt it to my embedded devices.

    In the program options I added this path to Search Path:
    image.thumb.png.4e8279429b31bb6b5beb26cefe477c66.png

    Obviously I don't use IDE to place Indy components onto form but I've to create them programmatically.
    At now building exe Delphi uses .\sources\Indy10 version file instead of Delphi native Indy.

     

    • Like 2
    • Thanks 1

  6. Yes, maybe I explained myself wrongly.
    I am using Python + VTK + QT.
    VTK is a very good Python library for working with 3D scenes.
    QT is terrible for me and I love DelphiVCL e DelphiFMX UI for Python.
    Unfortunately, to do the rest of the interface, I had to switch from Python4Delphi (DelphiVCL or DelphiFMX) to QT precisely because

    there is a lack of coverage to OpenGL in them, and however, found no way to integrate VTK to DelphiVCL/DelphiFM.

    So I was asking if anyone had already done this or could point me to how to create a VTK component that would appear in an area

    of a Python DelphiVCL TForm, as in the example in the picture below.

     

     

    image.thumb.png.e7dcddcf7a0dc60333a8623b0e8f791f.png


  7. Hi all.
    Recently I've been using VTK to manage 3D Views.
    Unfortunately, I've found only info on how to use it with QT Pyside6 with QVTKRenderWindowInteractor.

    I will hope to use DelphiVCL (my first choice) or DelphiFMX + VTK.
    Do you have any idea on how to use VTK in a TForm or any other Windows-based window object?

     


  8. 1. Sorry for mistakes in post, I never studied English.

    2. I use GExpert, and I've to thank the project manager, but I would like to have a better grep in the native IDE. 

    3. Usually mine are very big project subdivided in many customized versions managed as project group with shared sources. To manage manually the versions info for single project is an hard work which requires jumps as like as a monkey in the three. DDExpert does something to simplify.

    4. OpenGL and 2D mix is not so unusual in industry automation related projects, where Delphi, at least in Italy, is yet used also by big firms. I k know FMX, but it's not a level of VCL for many reasons, at least in my cases.

     

    Some samples on how VCL + OpenGL can live and be happy:

    https://youtu.be/3IC15XM_8ow?si=RLuDHZmpU9PgdFj7

     

    And as VCL + OpenGL + Python are a good team:

    https://youtu.be/ehyZanI54c8?si=dCV6nZd3kbLHa2K4


  9. For me:

    1. arm64 compiler for Linux
    2. a better refractory tool (often fails also with 100% compilable project) that can work also at a project group level.
    3. grep as like as available in GExperts
    4. sort lines as like as available in GExpers
    5. set version info (to fastly manage version info in a group of projects) as like as in DDevExtension
    6. an Embarcadero-managed OpenGL / Vulkan library, like GLScene, for VCL.
    7. a more simple way to create ActiveX (to migrate Delphi-made visual components to other platforms).

     

×