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
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.
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.