Click here to Skip to main content
15,908,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralText->Gif Pin
[James Pullicino]14-Jun-02 1:42
[James Pullicino]14-Jun-02 1:42 
GeneralRe: Text->Gif Pin
Navin14-Jun-02 3:01
Navin14-Jun-02 3:01 
GeneralRe: Text->Gif Pin
stupration14-Jun-02 8:07
stupration14-Jun-02 8:07 
GeneralRe: Text->Gif Pin
Chris Losinger14-Jun-02 8:42
professionalChris Losinger14-Jun-02 8:42 
GeneralRe: Text->Gif Pin
[James Pullicino]15-Jun-02 7:54
[James Pullicino]15-Jun-02 7:54 
GeneralRe: Text->Gif Pin
Chris Losinger15-Jun-02 7:49
professionalChris Losinger15-Jun-02 7:49 
GeneralCListCtrl - a bug ?? (empty rows rest) Pin
mloibl14-Jun-02 1:24
mloibl14-Jun-02 1:24 
GeneralSocket behind FireWall Pin
unknown soldier14-Jun-02 0:54
unknown soldier14-Jun-02 0:54 
I like to connect to a certain port of server on Internet. For this purpose my application uses the well known function of WinSock API, connect() having prototype :

int connect( SOCKET s,
const struct sockaddr FAR *name,
int namelen
);

But, before i use this function, i have to populate "struct sockaddr" about the port and address of server. right !!

Suppose, my client application is running on a machine behind a firewall eg SOCKS. Then please tell me how can i connect to server under this condition.

I shall be thankful if you explain me clearly or write some example pseudocode. There is an example present at CP, but it is not too good to understand and it uses MFC Socket Classes.

GeneralRe: Socket behind FireWall Pin
Nish Nishant14-Jun-02 2:08
sitebuilderNish Nishant14-Jun-02 2:08 
GeneralRe: Socket behind FireWall Pin
unknown soldier14-Jun-02 18:04
unknown soldier14-Jun-02 18:04 
GeneralRe: Socket behind FireWall Pin
markkuk14-Jun-02 4:59
markkuk14-Jun-02 4:59 
GeneralRe: Socket behind FireWall Pin
Mike Nordell14-Jun-02 23:53
Mike Nordell14-Jun-02 23:53 
GeneralDLL functions Pin
Rickard Andersson2013-Jun-02 23:52
Rickard Andersson2013-Jun-02 23:52 
GeneralRe: DLL functions Pin
Nish Nishant14-Jun-02 0:25
sitebuilderNish Nishant14-Jun-02 0:25 
GeneralRe: DLL functions Pin
Rickard Andersson2014-Jun-02 0:21
Rickard Andersson2014-Jun-02 0:21 
GeneralRe: DLL functions Pin
Rickard Andersson2014-Jun-02 0:20
Rickard Andersson2014-Jun-02 0:20 
GeneralRe: DLL functions Pin
Nish Nishant14-Jun-02 0:28
sitebuilderNish Nishant14-Jun-02 0:28 
GeneralRe: DLL functions Pin
Rickard Andersson2014-Jun-02 0:24
Rickard Andersson2014-Jun-02 0:24 
GeneralRe: DLL functions Pin
Rickard Andersson2014-Jun-02 0:28
Rickard Andersson2014-Jun-02 0:28 
GeneralRe: DLL functions Pin
Nish Nishant14-Jun-02 0:41
sitebuilderNish Nishant14-Jun-02 0:41 
GeneralRe: DLL functions Pin
[James Pullicino]14-Jun-02 1:47
[James Pullicino]14-Jun-02 1:47 
GeneralRe: DLL functions Pin
Navin14-Jun-02 2:58
Navin14-Jun-02 2:58 
Generalnoise removal Pin
SilentWarrior13-Jun-02 23:39
SilentWarrior13-Jun-02 23:39 
GeneralRe: noise removal Pin
Chris Losinger14-Jun-02 3:01
professionalChris Losinger14-Jun-02 3:01 
GeneralRe: noise removal Pin
SilentWarrior14-Jun-02 6:40
SilentWarrior14-Jun-02 6:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.