Hello Francois, I'm trying to write a program that uses the THttpServer (ICS version 6) component in Borland Studio. As mentioned in one of the FAQ the use of __classid() will resolve the problem of being unable to assign the ClientClass of the THttpServer. When I assign my custom class derived from THttpConnection I get 2 unresoved linker error:
[Linker Error] Error: Unresolved external '__fastcall Overbyteicswsocket::TCustomWSocket::Send(void * const, int)' referenced from D:\PROJECTS\BORLAND STUDIO\SERVER\CUSTOMHTTPCONNECTIONSRC.OBJ [Linker Error] Error: Unresolved external '__fastcall Overbyteicswsocket::TCustomWSocket::SendTo(const sockaddr_in&, int, void * const, int)' referenced from D:\PROJECTS\BORLAND STUDIO\SERVER\CUSTOMHTTPCONNECTIONSRC.OBJ I've used the ICS version 5 with Delphi an C++ Builder in the same manner and without any problems. Can you give me any tips or advice on how to resolve this? Or is this a small bug as this version is a Beta & untested for C++ Builder? Also I've got a small test project without any additional code or components, it's just trying to assign the ClientClass and is also giving the same error. So if anyone would require this please let me know. If there is any information I left out, please let me know. Kind Regards, Albert -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be