 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Robert G. Hoover Guest
|
Posted: Thu Mar 30, 2006 10:03 pm Post subject: TClientSocket, TServerSocket, background compiling |
|
|
I just upgraded from BCB6 to BCB2006 and I love the new stuff. But, I
can't find some of the old stuff.
Has background compiling been removed?
What happenned to TClientSocket and TServerSocket? I see a TTcpClient
and TTcpServer, but I don't see then in the help file. I see
TSocketConnection in the help file, but it says it's only for client. I
rely on these objects. Can anyone help me?
Thanks,
Rob |
|
| Back to top |
|
 |
Robert G. Hoover Guest
|
Posted: Thu Mar 30, 2006 10:03 pm Post subject: Re: TClientSocket, TServerSocket, background compiling |
|
|
Sorry, just saw the Jeff Overcash post...
What about background compiling?
Thanks,
Rob
Robert G. Hoover wrote:
| Quote: | I just upgraded from BCB6 to BCB2006 and I love the new stuff. But, I
can't find some of the old stuff.
Has background compiling been removed?
What happenned to TClientSocket and TServerSocket? I see a TTcpClient
and TTcpServer, but I don't see then in the help file. I see
TSocketConnection in the help file, but it says it's only for client. I
rely on these objects. Can anyone help me?
Thanks,
Rob |
|
|
| Back to top |
|
 |
victor Guest
|
Posted: Thu Apr 06, 2006 5:03 pm Post subject: Re: TClientSocket, TServerSocket, background compiling |
|
|
I get the same problem. Where´s the TServerSocket component?
I´m upgrading a project from BCB6 to BCB2006 too.
I don´t know what´s the Jeff Overcash post?
Victor.
"Robert G. Hoover" <not.a.real.address (AT) anywhere (DOT) sorry> wrote:
| Quote: | Sorry, just saw the Jeff Overcash post...
What about background compiling?
Thanks,
Rob
Robert G. Hoover wrote:
I just upgraded from BCB6 to BCB2006 and I love the new stuff. But, I
can't find some of the old stuff.
Has background compiling been removed?
What happenned to TClientSocket and TServerSocket? I see a TTcpClient
and TTcpServer, but I don't see then in the help file. I see
TSocketConnection in the help file, but it says it's only for client. I
rely on these objects. Can anyone help me?
Thanks,
Rob |
|
|
| Back to top |
|
 |
Victor Guest
|
Posted: Thu Apr 06, 2006 6:03 pm Post subject: Re: TClientSocket, TServerSocket, background compiling |
|
|
I have yet found JeffOvercash post, and I have added Tclientsocket and Tserversocket yet. But ...
When I compile my project I get many error from files winsock.h and winsock2.h.
[C++ Error] winsock2.h(113): E2238 Multiple declaration for 'fd_set'
[C++ Error] winsock.h(55): E2344 Earlier declaration of 'fd_set'
[C++ Error] winsock2.h(116): E2146 Need an identifier to declare
[C++ Error] winsock2.h(157): E2238 Multiple declaration for 'timeval'
[C++ Error] winsock.h(9 : E2344 Earlier declaration of 'timeval'
....
Any idea?
Thanks!
"victor" <victor (AT) cymonline (DOT) com> wrote:
| Quote: |
I get the same problem. Where´s the TServerSocket component?
I´m upgrading a project from BCB6 to BCB2006 too.
I don´t know what´s the Jeff Overcash post?
Victor.
"Robert G. Hoover" <not.a.real.address (AT) anywhere (DOT) sorry> wrote:
Sorry, just saw the Jeff Overcash post...
What about background compiling?
Thanks,
Rob
Robert G. Hoover wrote:
I just upgraded from BCB6 to BCB2006 and I love the new stuff. But, I
can't find some of the old stuff.
Has background compiling been removed?
What happenned to TClientSocket and TServerSocket? I see a TTcpClient
and TTcpServer, but I don't see then in the help file. I see
TSocketConnection in the help file, but it says it's only for client. I
rely on these objects. Can anyone help me?
Thanks,
Rob
|
|
|
| Back to top |
|
 |
Vladimir Guest
|
Posted: Fri Apr 07, 2006 6:03 am Post subject: Re: TClientSocket, TServerSocket, background compiling |
|
|
Victor wrote:
| Quote: | I have yet found JeffOvercash post, and I have added Tclientsocket and Tserversocket yet. But ...
When I compile my project I get many error from files winsock.h and winsock2.h.
[C++ Error] winsock2.h(113): E2238 Multiple declaration for 'fd_set'
[C++ Error] winsock.h(55): E2344 Earlier declaration of 'fd_set'
[C++ Error] winsock2.h(116): E2146 Need an identifier to declare
[C++ Error] winsock2.h(157): E2238 Multiple declaration for 'timeval'
[C++ Error] winsock.h(9 : E2344 Earlier declaration of 'timeval'
...
Any idea?
Thanks!
"victor" <victor (AT) cymonline (DOT) com> wrote:
I get the same problem. Where´s the TServerSocket component?
I´m upgrading a project from BCB6 to BCB2006 too.
I don´t know what´s the Jeff Overcash post?
Victor.
"Robert G. Hoover" <not.a.real.address (AT) anywhere (DOT) sorry> wrote:
Sorry, just saw the Jeff Overcash post...
What about background compiling?
Thanks,
Rob
Robert G. Hoover wrote:
I just upgraded from BCB6 to BCB2006 and I love the new stuff. But, I
can't find some of the old stuff.
Has background compiling been removed?
What happenned to TClientSocket and TServerSocket? I see a TTcpClient
and TTcpServer, but I don't see then in the help file. I see
TSocketConnection in the help file, but it says it's only for client. I
rely on these objects. Can anyone help me?
Thanks,
Rob
The answer was before, you have to install manually dclsockets100.bpl, |
this file presents in the $(BDS)/bin directory |
|
| Back to top |
|
 |
Victor Guest
|
Posted: Fri Apr 07, 2006 9:03 am Post subject: Re: TClientSocket, TServerSocket, background compiling |
|
|
Hi Vladimir, I have yet added the TServerSocket component (addind the dclsocket100.bpl manually), and now I have these error when I compile my project.
[C++ Error] winsock2.h(113): E2238 Multiple declaration for 'fd_set'
[C++ Error] winsock.h(55): E2344 Earlier declaration of 'fd_set'
[C++ Error] winsock2.h(116): E2146 Need an identifier to declare
[C++ Error] winsock2.h(157): E2238 Multiple declaration for 'timeval'
[C++ Error] winsock.h(9 : E2344 Earlier declaration of timeval'
...
Thanks.
Vladimir <zhuchko (AT) jinr (DOT) ru> wrote:
| Quote: | Victor wrote:
I have yet found JeffOvercash post, and I have added Tclientsocket and Tserversocket yet. But ...
When I compile my project I get many error from files winsock.h and winsock2.h.
[C++ Error] winsock2.h(113): E2238 Multiple declaration for 'fd_set'
[C++ Error] winsock.h(55): E2344 Earlier declaration of 'fd_set'
[C++ Error] winsock2.h(116): E2146 Need an identifier to declare
[C++ Error] winsock2.h(157): E2238 Multiple declaration for 'timeval'
[C++ Error] winsock.h(9 : E2344 Earlier declaration of 'timeval'
...
Any idea?
Thanks!
"victor" <victor (AT) cymonline (DOT) com> wrote:
I get the same problem. Where´s the TServerSocket component?
I´m upgrading a project from BCB6 to BCB2006 too.
I don´t know what´s the Jeff Overcash post?
Victor.
"Robert G. Hoover" <not.a.real.address (AT) anywhere (DOT) sorry> wrote:
Sorry, just saw the Jeff Overcash post...
What about background compiling?
Thanks,
Rob
Robert G. Hoover wrote:
I just upgraded from BCB6 to BCB2006 and I love the new stuff. But, I
can't find some of the old stuff.
Has background compiling been removed?
What happenned to TClientSocket and TServerSocket? I see a TTcpClient
and TTcpServer, but I don't see then in the help file. I see
TSocketConnection in the help file, but it says it's only for client. I
rely on these objects. Can anyone help me?
Thanks,
Rob
The answer was before, you have to install manually dclsockets100.bpl,
this file presents in the $(BDS)/bin directory |
|
|
| Back to top |
|
 |
Victor Guest
|
Posted: Fri Apr 07, 2006 10:03 am Post subject: Re: TClientSocket, TServerSocket, background compiling |
|
|
Thakns Vladimir, that´s the problem. I have included winsock2.h in "windows.h" file and it´s ok.
I have write to your personal mail, but your server has rejected my mail as a spam. Well, no problem.
Thanks.
Vladimir <zhuchko (AT) jinr (DOT) ru> wrote:
| Quote: | Yes, I know this problem.
The simplest solution, I am using, look for the #include "winsock.h"
within the windows.h file and rename to the winsock2.h.
The other is will try to change the order of include files, the files
with the winsock.h has to be before winsock2.h
Victor wrote:
Hi Vladimir, I have yet added the TServerSocket component (addind the dclsocket100.bpl manually), and now I have these error when I compile my project.
[C++ Error] winsock2.h(113): E2238 Multiple declaration for 'fd_set'
[C++ Error] winsock.h(55): E2344 Earlier declaration of 'fd_set'
[C++ Error] winsock2.h(116): E2146 Need an identifier to declare
[C++ Error] winsock2.h(157): E2238 Multiple declaration for 'timeval'
[C++ Error] winsock.h(9 : E2344 Earlier declaration of timeval'
...
Thanks.
Vladimir <zhuchko (AT) jinr (DOT) ru> wrote:
Victor wrote:
I have yet found JeffOvercash post, and I have added Tclientsocket and Tserversocket yet. But ...
When I compile my project I get many error from files winsock.h and winsock2.h.
[C++ Error] winsock2.h(113): E2238 Multiple declaration for 'fd_set'
[C++ Error] winsock.h(55): E2344 Earlier declaration of 'fd_set'
[C++ Error] winsock2.h(116): E2146 Need an identifier to declare
[C++ Error] winsock2.h(157): E2238 Multiple declaration for 'timeval'
[C++ Error] winsock.h(9 : E2344 Earlier declaration of 'timeval'
...
Any idea?
Thanks!
"victor" <victor (AT) cymonline (DOT) com> wrote:
I get the same problem. Where´s the TServerSocket component?
I´m upgrading a project from BCB6 to BCB2006 too.
I don´t know what´s the Jeff Overcash post?
Victor.
"Robert G. Hoover" <not.a.real.address (AT) anywhere (DOT) sorry> wrote:
Sorry, just saw the Jeff Overcash post...
What about background compiling?
Thanks,
Rob
Robert G. Hoover wrote:
I just upgraded from BCB6 to BCB2006 and I love the new stuff. But, I
can't find some of the old stuff.
Has background compiling been removed?
What happenned to TClientSocket and TServerSocket? I see a TTcpClient
and TTcpServer, but I don't see then in the help file. I see
TSocketConnection in the help file, but it says it's only for client. I
rely on these objects. Can anyone help me?
Thanks,
Rob
The answer was before, you have to install manually dclsockets100.bpl,
this file presents in the $(BDS)/bin directory
|
|
|
| Back to top |
|
 |
Vladimir Guest
|
Posted: Fri Apr 07, 2006 10:03 am Post subject: Re: TClientSocket, TServerSocket, background compiling |
|
|
Yes, I know this problem.
The simplest solution, I am using, look for the #include "winsock.h"
within the windows.h file and rename to the winsock2.h.
The other is will try to change the order of include files, the files
with the winsock.h has to be before winsock2.h
Victor wrote:
| Quote: | Hi Vladimir, I have yet added the TServerSocket component (addind the dclsocket100.bpl manually), and now I have these error when I compile my project.
[C++ Error] winsock2.h(113): E2238 Multiple declaration for 'fd_set'
[C++ Error] winsock.h(55): E2344 Earlier declaration of 'fd_set'
[C++ Error] winsock2.h(116): E2146 Need an identifier to declare
[C++ Error] winsock2.h(157): E2238 Multiple declaration for 'timeval'
[C++ Error] winsock.h(9 : E2344 Earlier declaration of timeval'
...
Thanks.
Vladimir <zhuchko (AT) jinr (DOT) ru> wrote:
Victor wrote:
I have yet found JeffOvercash post, and I have added Tclientsocket and Tserversocket yet. But ...
When I compile my project I get many error from files winsock.h and winsock2.h.
[C++ Error] winsock2.h(113): E2238 Multiple declaration for 'fd_set'
[C++ Error] winsock.h(55): E2344 Earlier declaration of 'fd_set'
[C++ Error] winsock2.h(116): E2146 Need an identifier to declare
[C++ Error] winsock2.h(157): E2238 Multiple declaration for 'timeval'
[C++ Error] winsock.h(9 : E2344 Earlier declaration of 'timeval'
...
Any idea?
Thanks!
"victor" <victor (AT) cymonline (DOT) com> wrote:
I get the same problem. Where´s the TServerSocket component?
I´m upgrading a project from BCB6 to BCB2006 too.
I don´t know what´s the Jeff Overcash post?
Victor.
"Robert G. Hoover" <not.a.real.address (AT) anywhere (DOT) sorry> wrote:
Sorry, just saw the Jeff Overcash post...
What about background compiling?
Thanks,
Rob
Robert G. Hoover wrote:
I just upgraded from BCB6 to BCB2006 and I love the new stuff. But, I
can't find some of the old stuff.
Has background compiling been removed?
What happenned to TClientSocket and TServerSocket? I see a TTcpClient
and TTcpServer, but I don't see then in the help file. I see
TSocketConnection in the help file, but it says it's only for client. I
rely on these objects. Can anyone help me?
Thanks,
Rob
The answer was before, you have to install manually dclsockets100.bpl,
this file presents in the $(BDS)/bin directory
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|