Jump to content
Registration disabled at the moment Read more... ×

RDP1974

Members
  • Content Count

    250
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by RDP1974

  1. Delphi 10.2.3 standard Indy (I used the Indy provided in Delphi 10.2.3, if I remember should be 10.5.6) project wizard -> webbroker -> standalone server with httpbridge action on GET send a string "webbroker server etc.etc." apachebench ab.exe ab -n 10000 -c 100 -k -r http://192.168.1.100:8080/ on I7 4/8 works well on I9 8/16 (latest 9th gen Intel) becomes very slow answering only 50 reqs per sec on I9 changing mm to another third party got 10000 reqs per sec I will try also ISAPI app
  2. RDP1974

    Embed FMX form in a VCL app

    hello, does exists a software that permits to embed a FMX form/app inside a TControl or VCL app/form?
  3. hello, I like commit a job for an experienced FMX 3d coder (Delphi) where can be posted a similar request?
  4. hello, I'm compiling C static files for FMX with clang, with success for every platform but iossimulator. With iossimulator when I insert "target i686-apple-darwin_sim" I get "unsupported architecture". Do you know if is possible to $LINK C static object for iossimulator xcode?
  5. nope, still error on linking :-\
×