TAESEncryption and ISAPI DLL

Hello,

I'm trying to use the TAESEncryption component in a ISAPI dll and it fails.
I have a UNIGUI project and when it is compiled into an .EXE everything works, but when compiled to an ISAPI dll the following function crashed the application. 

Aes.DecryptStream(InStream, Stream);

where Aes is a TAESEncryption.

Catching the exception also seems to fail, so I have no clue what is wrong.

Does anyone know why this is might be happening?

Regards,
Dennis

Hi, 

Is it a 32-bits or 64-bits ISAPI DLL ? 
Best regards,
Marion

It is a 32 bit ISAPI DLL


Unfortunately, TMS CP does not work in server mode. This is a
technical issue that we cannot overcome. Our object files are in C
and this causes the problem in Delphi when used in server mode.

Best regards,
Marion

Thanks for the answer.  Not the one I hoped for, but still it is better to know.


Regards,
Dennis