Certificate problem in Borland C++ Builder (wodWebServer / wodWebServer.NET)
Hi,
I've been trying to get wodWebServer working in secure mode.
I have generated a test certificate, which I then load ie.
Cert = new TCertificate(NULL);
Cert->Load((WideString) paul.cer );
Cert->LoadKey((WideString) paul.key );
when I try to assign the certificate to the webServer object, as implied in the code snippets (in other languages):
FServer->Certificate = Cert;
I get a compilation error:
Cannot convert 'TCertificate*' to 'IDispatch*'
I tired every type of casting combination Imaginable but with no luck.
Any thoughts would be greatly appreciated.
Thanks
Paul.
Complete thread:
- Certificate problem in Borland C++ Builder - paul draper, 2005-08-19, 18:02
- Re: Certificate problem in Borland C++ Builder - wodSupport, 2005-08-19, 18:09
- Re: Certificate problem in Borland C++ Builder - Paul Draper, 2005-10-03, 10:58
- Re: Certificate problem in Borland C++ Builder - wodSupport, 2005-10-03, 13:37
- Re: Certificate problem in Borland C++ Builder - Paul Draper, 2005-10-04, 15:56
- Re: Certificate problem in Borland C++ Builder - wodSupport, 2005-10-03, 13:37
- Re: Certificate problem in Borland C++ Builder - Paul Draper, 2005-10-03, 10:58
- Re: Certificate problem in Borland C++ Builder - wodSupport, 2005-08-19, 18:09