Re: [twsocket] Problem with v6 BCB package

2006-03-01 Thread Francois Piette
: Wednesday, March 01, 2006 10:40 AM Subject: Re: [twsocket] Problem with v6 BCB package What is your suggestion then? Regards, SubZ I don't like this idea. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Fastream Technologies [EMAIL PROTECTED

Re: [twsocket] Problem with v6 BCB package

2006-03-01 Thread Fastream Technologies
, 2006 12:05 PM Subject: Re: [twsocket] Problem with v6 BCB package What is your suggestion then? Continue to search how to turn on/off the definitions which are problematic with BCB6. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Fastream Technologies

Re: [twsocket] Problem with v6 BCB package

2006-02-28 Thread Francois Piette
I don't like this idea. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Tuesday, February 28, 2006 7:58 AM Subject: Re: [twsocket] Problem with v6 BCB package Francois

Re: [twsocket] Problem with v6 BCB package

2006-02-28 Thread gates
PM Subject: Re: [twsocket] Problem with v6 BCB package NO wait, you must have got the idea of how to make a namespace from delphi: it is easy and done in all ICS code as it is automatic in Delphi! In Delphi the unit name becomes the namespace name in C++! The problem

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
Did you get my message below? Anyone has a BCB6 package fix idea for the file below?? Regards, SZ - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Sunday, February 26, 2006 9:48 AM Subject: [twsocket] Problem with v6

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Francois Piette
is available now. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, February 27, 2006 9:18 AM Subject: Re: [twsocket] Problem with v6 BCB package Did you get my message

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
Hello, - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, February 27, 2006 10:45 AM Subject: Re: [twsocket] Problem with v6 BCB package Despite all that I have done, the package that I created for BCB6 (http

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Francois Piette
I have been able to skip the bug by removing zlibobjs.pas. :-) Now there is a huge design problem: Problems are always huge with you. In OverbyteIcsTypes.pas, you redefined all the types used from windows for compactibality reasons (I believe). However BCB complains (in project with

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
Hello, - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, February 27, 2006 12:56 PM Subject: Re: [twsocket] Problem with v6 BCB package I have been able to skip the bug by removing zlibobjs.pas. :-) Now

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
3:23 PM Subject: Re: [twsocket] Problem with v6 BCB package #ifdef HWND #undef HWND #endif Put this code (and similar) before the ICS includes. Also try varying the include order between ICS and Windows. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
part of the package but this makes it further complicated in the projects. Regards, SZ - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, February 27, 2006 3:43 PM Subject: Re: [twsocket] Problem with v6 BCB package

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Francois Piette
Subject: Re: [twsocket] Problem with v6 BCB package This won't be as easy as to say: There are 20+ units! What about including a special .h for this purpose that undefs all overbyte defs?? Regards, SZ - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
Well then this is a problem we need to solve for v6 release. ;(( Regards, SZ - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, February 27, 2006 4:00 PM Subject: Re: [twsocket] Problem with v6 BCB package I have

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
overbyteICS // not sure the syntax here! #include winsock.h Regards, SZ - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, February 27, 2006 4:00 PM Subject: Re: [twsocket] Problem with v6 BCB package I have no idea about

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
: Re: [twsocket] Problem with v6 BCB package #ifdef HWND #undef HWND #endif Put this code (and similar) before the ICS includes. Also try varying the include order between ICS and Windows. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Fastream

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Dan
Subject: Re: [twsocket] Problem with v6 BCB package No I don't think that would be easy as well... Why don't you use namespaces which are designed for this purpose? You should not include the pascal translation of, use namespace overbyte; instead call functions like Overbyte::getwindowLong

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
would not have to do it every time a new version comes out. Regards, SZ - Original Message - From: Dan [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, February 27, 2006 11:51 PM Subject: Re: [twsocket] Problem with v6 BCB package I didn't think #defines