Jump to content

RDP1974

Members
  • Content Count

    197
  • Joined

  • Last visited

  • Days Won

    1

RDP1974 last won the day on September 29 2021

RDP1974 had the most liked content!

Community Reputation

37 Excellent

Recent Profile Visitors

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

  1. RDP1974

    64bit designtime firedac

    mysql oracle from ver.8 is 64bit only c connectors dll are inside \lib and \bin folders (without 32bit version) the solution of Lajos seems a good workaround (32bit odbc in designtime and 64bit native for runtime) very thanks
  2. RDP1974

    64bit designtime firedac

    hi in D12 64bit can be possible to use in designtime firedac components? actually I use libs ver 6.1.111 32bit and 64bit to connect to mysql ver 8.0.23 8.0.23> drivers to use are mandatory 64bit so designtime is not possible (requiring 32bit libs)
  3. Hi, I want ask, using OmniXml, can be possible to: 1) load, populate a XML doc from a XSD schema? 2) then set the values?
  4. hi, I like to test if can be possible to embed a not visible tform within a isapi I get an exception "only one datamodule for application" perhaps somebody knows if can be done?
  5. RDP1974

    suggestion arm v8 cpu

    oddly they missed the giant "smart industry" wave (whole over arm64)
  6. RDP1974

    suggestion arm v8 cpu

    eh! in the Marco Cantu website, he tell to post in this forum the requests and suggestions for new things
  7. RDP1974

    suggestion arm v8 cpu

    hi Marco Cantu, please permit me to suggest you a new platform to add to the existing ones: Linux for arm v8 cpu I used to code for the industry micro boards as hardkernel, rapsberry pi, arm v8 with freepascal (sdl2 audio video, webserver, etc.) should be a nice addition: with your rtl, firedac, quality stack, will open D to a big industry market
  8. RDP1974

    fmx advanced tutorials

    well, a good way to paint with FMX, without use components and properties, but drawing directly over the canvas, manage layers (z-order) with applied effects and events?
  9. RDP1974

    fmx advanced tutorials

    hi, fmx seems a good technology for mobile platforms will be a nice feature to add a script interpreter to build the dfm (similar to flutter) instead to drag and drop components and properties anyway does exist advanced topics examples eg. to manage directly the canvas, the gestures and events, how to build custom components?
  10. RDP1974

    delphi12 skia vulkan

    how to enable vulkan in skia android projects? there's any deep config tutorial for skia settings?
  11. hi, do you know if with D12 we have enhancement on $L static objects? especially the $TLS sections are now managed? further can you remember which rtl file in delphi source tree is the C runtime mapping? thanks btw. how to link static C libs compiled with visual c++ ucrt?
  12. good afternoon, I have updated the memory allocator in the RTL subset on my site, here is the link with the library Delphi64RTL in case of any problems please notify me thank you Roberto Della Pasqua www.dellapasqua.com btw. https://www.intel.com/content/www/us/en/developer/tools/oneapi/onetbb.html https://www.intel.com/content/www/us/en/developer/videos/turbocharge-your-cpp-code-memory-allocation.html
  13. RDP1974

    ios sdk version

    hi, I'm new to FMX I have xcode 14.2 and ios sdk 16.2, with delphi 11.3 if I deploy a ios fmx app with this toolchain, a iphone with ios 15 or previous will run the app? can be possible to install previous ios sdk in xcode so to be able to test old devices? thanks
  14. RDP1974

    Delphi Linux Curl

    if I don't mind http client is using under the hood the curl
  15. I'll further optimize the method zlibdeflate avoiding a copy buffer btw. be careful to set before the call the correct http content type, example Response.ContentType := 'application/json; charset="UTF-8"';
×