André Beuving wrote: > Hi Arno, > > Thank you for your reply. No, a brand new project with USE_SSL for > both compilers with just the TSslHttpCli added doesn't compile > either. Same errors: > > [BCC32 Error] OverbyteIcsHttpProt.hpp(340): E2316 'TX509Base' is not a > member of 'Overbyteicswsocket': > > Taken from the hpp: void __fastcall SslHandshakeDone(System::TObject* > Sender, System::Word ErrCode, Overbyteicswsocket::TX509Base* PeerCert, > bool &Disconnect); > > And then a long list of errors about TSsl* stuff not being members of > 'Overbyteicswsocket' > > I'm puzzled...
So am I, since this works for me out of the box with C++Builder. However I see the same behaviour in Delphi when I had opened and built a non-SSL project previously and just hit the Run button in the IDE on a newly opened SSL project. When this happens I have to rebuild the project and everything works fine again, a simple compile does not work in those cases. -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
