Hi,
Working on a standalone web project using the new routing. I have a
class descended from TRouteObject.
My problem is that the constructor cannot be marked override so it is
not called when the class is created by HTTPRouter.
Adding an empty virtual TRouteObject.create resolves this.
Is thi
On Sat, 10 Feb 2018, Kevin Jesshope wrote:
Hi,
Working on a standalone web project using the new routing. I have a
class descended from TRouteObject.
My problem is that the constructor cannot be marked override so it is
not called when the class is created by HTTPRouter.
Adding an empty vi