Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: TCP/IP port marshalling (forwarding) Pin
Mark Salsbery21-Mar-07 6:55
Mark Salsbery21-Mar-07 6:55 
AnswerRe: TCP/IP port marshalling (forwarding) Pin
agulbays21-Mar-07 7:10
agulbays21-Mar-07 7:10 
GeneralRe: TCP/IP port marshalling (forwarding) Pin
Mark Salsbery21-Mar-07 7:48
Mark Salsbery21-Mar-07 7:48 
GeneralRe: TCP/IP port marshalling (forwarding) Pin
agulbays21-Mar-07 20:44
agulbays21-Mar-07 20:44 
GeneralRe: TCP/IP port marshalling (forwarding) Pin
Mark Salsbery22-Mar-07 6:52
Mark Salsbery22-Mar-07 6:52 
GeneralRe: TCP/IP port marshalling (forwarding)-THANX -this problem IS OVER Pin
agulbays22-Mar-07 0:53
agulbays22-Mar-07 0:53 
Questionstatic variables in stdafx.h Pin
werpa21-Mar-07 5:07
werpa21-Mar-07 5:07 
AnswerRe: static variables in stdafx.h Pin
toxcct21-Mar-07 5:13
toxcct21-Mar-07 5:13 
werpa wrote:
Using the "extern" keyword at the top of each of the modules doesn't help


did put the extern keyword on every cpp files that use it, or all but one ?

anyway, global variables don't need to be static AFAIK.

and at last, why going global ? can't you incorporate your variable as a class member (public static if you like) ?


GeneralRe: static variables in stdafx.h Pin
werpa21-Mar-07 5:19
werpa21-Mar-07 5:19 
GeneralRe: static variables in stdafx.h Pin
David Crow21-Mar-07 6:31
David Crow21-Mar-07 6:31 
QuestionRe: static variables in stdafx.h Pin
David Crow21-Mar-07 5:15
David Crow21-Mar-07 5:15 
AnswerRe: static variables in stdafx.h Pin
werpa21-Mar-07 5:22
werpa21-Mar-07 5:22 
GeneralRe: static variables in stdafx.h Pin
toxcct21-Mar-07 5:29
toxcct21-Mar-07 5:29 
GeneralRe: static variables in stdafx.h Pin
David Crow21-Mar-07 5:31
David Crow21-Mar-07 5:31 
GeneralRe: static variables in stdafx.h Pin
werpa21-Mar-07 5:42
werpa21-Mar-07 5:42 
GeneralRe: static variables in stdafx.h Pin
David Crow21-Mar-07 5:51
David Crow21-Mar-07 5:51 
GeneralRe: static variables in stdafx.h Pin
werpa21-Mar-07 6:05
werpa21-Mar-07 6:05 
QuestionRe: static variables in stdafx.h Pin
Mark Salsbery21-Mar-07 6:59
Mark Salsbery21-Mar-07 6:59 
AnswerRe: static variables in stdafx.h Pin
toxcct21-Mar-07 7:09
toxcct21-Mar-07 7:09 
GeneralRe: static variables in stdafx.h Pin
Mark Salsbery21-Mar-07 7:22
Mark Salsbery21-Mar-07 7:22 
AnswerRe: static variables in stdafx.h Pin
David Crow21-Mar-07 7:15
David Crow21-Mar-07 7:15 
GeneralRe: static variables in stdafx.h Pin
Mark Salsbery21-Mar-07 7:19
Mark Salsbery21-Mar-07 7:19 
GeneralRe: static variables in stdafx.h Pin
Stephen Hewitt21-Mar-07 16:31
Stephen Hewitt21-Mar-07 16:31 
GeneralRe: static variables in stdafx.h Pin
David Crow22-Mar-07 2:49
David Crow22-Mar-07 2:49 
GeneralRe: static variables in stdafx.h Pin
Stephen Hewitt22-Mar-07 12:35
Stephen Hewitt22-Mar-07 12:35 

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.