Re: [twsocket] Has anybody built a BCB2010 project with ICSv7(latest)?

2009-09-16 Thread Arno Garrels
Fastream Technologies wrote: Where could I get more info on the proper way to do that? Dunno for C++ Builder. These articles address Delphi, however they are useful for C++ Builder users as well: http://dn.codegear.com/print/38437 http://dn.codegear.com/print/38498

Re: [twsocket] Has anybody built a BCB2010 project with ICSv7(latest)?

2009-09-16 Thread Fastream Technologies
Thanks for the summary and links! :-) On Wed, Sep 16, 2009 at 10:08 AM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Where could I get more info on the proper way to do that? Dunno for C++ Builder. These articles address Delphi, however they are useful for C++

[twsocket] Has anybody built a BCB2010 project with ICSv7 (latest)?

2009-09-15 Thread Fastream Technologies
Hello, We use the defs as NO_STRICT;PANTERA;NOFORMS;NO_DEBUG_LOG;USE_SSL;SECURITY_WIN32;NO_ADVANCED_HTTP_CLIENT_FEATURES. Just clicked the svn:// link on the Overbyte FAQ page and exported the entire branch. I get errors at Windows.hpp and elsewhere on typedef'ed structs. Before that I converted

Re: [twsocket] Has anybody built a BCB2010 project with ICSv7 (latest)?

2009-09-15 Thread Arno Garrels
Fastream Technologies wrote: I get errors at Windows.hpp and elsewhere on typedef'ed structs. Before that I converted all String's to AnsString. Was there anything we needed to take care of?? I'm not very familiar with C++ Builder, however converting all strings to AnsiString is definitely not

Re: [twsocket] Has anybody built a BCB2010 project with ICSv7 (latest)?

2009-09-15 Thread Fastream Technologies
On Tue, Sep 15, 2009 at 9:22 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: I get errors at Windows.hpp and elsewhere on typedef'ed structs. Before that I converted all String's to AnsString. Was there anything we needed to take care of?? I'm not very familiar