BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

TClientSocket, TServerSocket, background compiling

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (Upgrade)
View previous topic :: View next topic  
Author Message
Robert G. Hoover
Guest





PostPosted: Thu Mar 30, 2006 10:03 pm    Post subject: TClientSocket, TServerSocket, background compiling Reply with 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
Robert G. Hoover
Guest





PostPosted: Thu Mar 30, 2006 10:03 pm    Post subject: Re: TClientSocket, TServerSocket, background compiling Reply with quote



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





PostPosted: Thu Apr 06, 2006 5:03 pm    Post subject: Re: TClientSocket, TServerSocket, background compiling Reply with 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:
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





PostPosted: Thu Apr 06, 2006 6:03 pm    Post subject: Re: TClientSocket, TServerSocket, background compiling Reply with 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(9Cool: 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





PostPosted: Fri Apr 07, 2006 6:03 am    Post subject: Re: TClientSocket, TServerSocket, background compiling Reply with quote

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(9Cool: 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





PostPosted: Fri Apr 07, 2006 9:03 am    Post subject: Re: TClientSocket, TServerSocket, background compiling Reply with 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(9Cool: 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(9Cool: 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





PostPosted: Fri Apr 07, 2006 10:03 am    Post subject: Re: TClientSocket, TServerSocket, background compiling Reply with quote

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(9Cool: 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(9Cool: 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





PostPosted: Fri Apr 07, 2006 10:03 am    Post subject: Re: TClientSocket, TServerSocket, background compiling Reply with 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:
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(9Cool: 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(9Cool: 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
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (Upgrade) All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.