Looks like you have two different windows.pas, windows.h or windows.hpp
having different type definitions. Have a look at the #define to try to
avoid including the conflicting file.
--
[EMAIL PROTECTED]
http://www.overbyte.be

----- Original Message ----- 
From: "Gérard Colo" <[EMAIL PROTECTED]>
To: <twsocket@elists.org>
Sent: Monday, March 28, 2005 4:31 PM
Subject: [twsocket] BCB6 : Ambiguity between Windows and Word_2k::Windows


> Hi support,
>
>
>
> I'm working under BCB6, using ICS components (tab FPiette in components
> gallery, downloaded and installed today) without any problem, except when
> they are used (to be precise : WSocketSrv and WSocketCli in a chat
windows)
> together with Office2k components (tab Office2k, from Borland).
>
>
>
> At compile-time, I have a C++ error in C:\Program
> Files\Borland\CBuilder6\ICS\Delphi\Vc32\WSocket.hpp, with the following
> messages :
>
>
>
> 1. WSocket.hpp (630) E2015 :  "Ambiguity between Windows and
> Word_2k::Windows",
>
> where line 630 contains : typdef int __stdcall (*TWSAIoctl) (int s,
unsigned
> IoControlCode, etc)
>
> 2. WSocket.hpp (736) E2015 :  "Ambiguity between Windows and
> Word_2k::Windows",
>
> where line 736 contains : extern PACKAGE int __fastcall Wsocket_WSAIoctl
> (int s,unsigned IoControlCode, etc)
>
>
>
> Any idea of how to manage this difficulty ?
>
>
>
> TIA
>
>
>
> Gérard Colo
>
> [EMAIL PROTECTED]
>
>
>
> -- 
> 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
>


--
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

Reply via email to