Re: [twsocket] Problem with v6 BCB package

2006-03-01 Thread Fastream Technologies
ailing" Sent: Wednesday, March 01, 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] > h

Re: [twsocket] Problem with v6 BCB package

2006-03-01 Thread Francois Piette
quot; Sent: 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] > >>

Re: [twsocket] Problem with v6 BCB package

2006-03-01 Thread Fastream Technologies
> To: "ICS support mailing" >> Sent: Tuesday, February 28, 2006 7:58 AM >> Subject: Re: [twsocket] Problem with v6 BCB package >> >> >>> Francois, >>> >>> I think we should remove the library and types units and embed the >>> code

Re: [twsocket] Problem with v6 BCB package

2006-02-28 Thread gates
> Sent: Tuesday, February 28, 2006 7:58 AM > Subject: Re: [twsocket] Problem with v6 BCB package > > >> Francois, >> >> I think we should remove the library and types units and embed the >> code into other units with direct Windows names. OR BETTER, we can >&

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" Sent: Tuesday, February 28, 2006 7:58 AM Subject: Re: [twsocket] Problem with v6 BCB pac

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" Sent: Monday, February 27, 2006 11:51 PM Subject: Re: [twsocket] Problem with v6 BCB package >I d

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Dan
in C++ source code. For > example: > > #include > #include > do NOT use namespace overbyteICS // not sure the syntax here! > #include > > Regards, > > SZ > > - Original Message - > From: "Francois Piette" <[EMAIL PROTECTED]> > To: &qu

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
, 2006 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.overbyt

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
syntax here! #include Regards, SZ - Original Message - From: "Francois Piette" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, February 27, 2006 4:00 PM Subject: Re: [twsocket] Problem with v6 BCB package >I have no idea about how to define C+

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" Sent: Monday, February 27, 2006 4:00 PM Subject: Re: [twsocket] Problem with v6 BCB packa

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Francois Piette
AIL PROTECTED]> > To: "ICS support mailing" > Sent: Monday, February 27, 2006 3:43 PM > 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

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
y the uses 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" Sent: Monday, February 27, 2006 3:43 PM Subject: Re: [twsocket]

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
nday, February 27, 2006 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] > ht

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Francois Piette
t;ICS support mailing" Sent: Monday, February 27, 2006 2:04 PM Subject: Re: [twsocket] Problem with v6 BCB package > Hello, > > - Original Message - > From: "Francois Piette" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Monday

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

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
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://www.fastream.com/ics/V6.zip) gives linker access violation. >> > Anyone >> > can help? > >

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" Sent: Monday, February 27, 2006 10:45 AM Subject: Re: [twsocket] Problem with v6 BCB package >> > Despite all that I have done, the package

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Francois Piette
BDS2006. The trial version is available now. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, February 27, 2006 9:18 AM Subject: Re: [twsocket] Problem with v6

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
2006 10:18 AM Subject: Re: [twsocket] Problem with v6 BCB package > 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]> &

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" Sent: Sunday, February 26, 2006 9:48 AM Subject: [twsocket] P

[twsocket] Problem with v6 BCB package

2006-02-25 Thread Fastream Technologies
Hello, Despite all that I have done, the package that I created for BCB6 (http://www.fastream.com/ics/V6.zip) gives linker access violation. Anyone can help? Francois, the last time I asked for your help on this issue, you DENIED for "no time" and I hope you can just take a look at this packag