I got the error message while compiling 'embweb' package.
What should be done next ?
Try to fix it ?
The error message is clear:
TCustomEmbWebApplication tries to override the method "WaitForRequest" of TCustomWebApplication, which does not have the "WaitForRequest" method.
So verify if you have the latest TCustomWebApplication, and if so, that class may heve been changed, so look is a similar method exists, then adapt the TCustomEmbWebApplication so that is works with the new method.