Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 08/29/22 in all areas

  1. Hello, Which solutions are available to virtualize Delphi applications so that it can be accessed from a browser? We are currently using VirtualUI (https://www.cybelesoft.com/) but experience some technical issues. I wonder if alternatives are available. Thanks for your tips and ideas Kees
  2. Fr0sT.Brutal

    Exception call stacks on Windows with only a few LOCs

    Check the results here https://github.com/Fr0sT-Brutal/Delphi_StackTraces >StackTraceSample.exe Operation aborted (EAbort @ $449D18) Stack trace: StackTraceSample.dpr:16 [StackTraceSample.Nested2] StackTraceSample.dpr:21 [StackTraceSample.Nested1] StackTraceSample.dpr:26 [StackTraceSample.Nested0] StackTraceSample.dpr:~37 [StackTraceSample.StackTraceSample] $7582343D $77D69802 $77D697D5
  3. SwiftExpat

    Conditional Define for Packages

    It is what you need, consider how you are building the package, specifically the run time and design time flags you are setting, use the above: Test the mix of $DESIGNONLY and $RUNONLY that fits your usage.
  4. If it is a regression, it dates back to Delphi 7 (cannot test for Delphi 6). Given that conditional expressions were introduced in Delphi 6 I wonder if that has ever worked.
×