Click here to Skip to main content
15,913,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Adding a button next to... Pin
l a u r e n15-Mar-01 23:22
l a u r e n15-Mar-01 23:22 
QuestionHow gethostbyname() getting hostent information? Pin
Koteswara Rao Perumalla15-Mar-01 2:25
Koteswara Rao Perumalla15-Mar-01 2:25 
AnswerRe: How gethostbyname() getting hostent information? Pin
Erik Funkenbusch15-Mar-01 11:34
Erik Funkenbusch15-Mar-01 11:34 
GeneralRe: How gethostbyname() getting hostent information? Pin
2-May-01 22:27
suss2-May-01 22:27 
GeneralRegarding global variables in COM Pin
15-Mar-01 1:55
suss15-Mar-01 1:55 
GeneralRegarding global variables in COM Pin
15-Mar-01 1:55
suss15-Mar-01 1:55 
GeneralRegarding global variables in COM Pin
15-Mar-01 1:55
suss15-Mar-01 1:55 
GeneralRe: Regarding global variables in COM Pin
Erik Funkenbusch15-Mar-01 11:36
Erik Funkenbusch15-Mar-01 11:36 
Are you trying to use the COM interfaces from multiple programs? If so, the problem is that each COM object is created seperately for each program (usually). If you're talking about the same program, then it could be Thread Local Storage issue.

A single object will generally share it's data between the interface functions.

GeneralRe: Regarding global variables in COM Pin
22-Mar-01 17:21
suss22-Mar-01 17:21 
GeneralRe: Regarding global variables in COM Pin
22-Mar-01 17:24
suss22-Mar-01 17:24 
Generalinterface Pin
15-Mar-01 0:44
suss15-Mar-01 0:44 
GeneralRe: interface Pin
Erik Thompson15-Mar-01 7:44
sitebuilderErik Thompson15-Mar-01 7:44 
GeneralMenu and CPropertySheet Pin
14-Mar-01 22:44
suss14-Mar-01 22:44 
GeneralTricky Dialog... Pin
Manfred Ramosch14-Mar-01 22:04
Manfred Ramosch14-Mar-01 22:04 
GeneralRe: Tricky Dialog... Pin
James R. Twine15-Mar-01 5:33
James R. Twine15-Mar-01 5:33 
GeneralRe: Tricky Dialog... Pin
James R. Twine15-Mar-01 5:34
James R. Twine15-Mar-01 5:34 
GeneralRe: Tricky Dialog... Pin
James R. Twine15-Mar-01 5:34
James R. Twine15-Mar-01 5:34 
GeneralBuy graphic card ... Pin
Hadi Rezaee14-Mar-01 20:37
Hadi Rezaee14-Mar-01 20:37 
GeneralRe: Buy graphic card ... Pin
Christian Graus14-Mar-01 22:36
protectorChristian Graus14-Mar-01 22:36 
GeneralClass example ... Pin
Hadi Rezaee14-Mar-01 20:36
Hadi Rezaee14-Mar-01 20:36 
GeneralRe: Class example ... Pin
Christian Graus14-Mar-01 22:28
protectorChristian Graus14-Mar-01 22:28 
GeneralRe: Class example ... Pin
Erik Funkenbusch15-Mar-01 11:44
Erik Funkenbusch15-Mar-01 11:44 
GeneralRe: Class example ... Pin
Christian Graus15-Mar-01 11:58
protectorChristian Graus15-Mar-01 11:58 
GeneralRe: Class example ... Pin
Erik Funkenbusch16-Mar-01 22:04
Erik Funkenbusch16-Mar-01 22:04 
GeneralCFile and CArchive ... Pin
Hadi Rezaee14-Mar-01 20:35
Hadi Rezaee14-Mar-01 20: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.