Click here to Skip to main content
15,900,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: please send explaination Pin
CPallini23-Feb-12 10:16
mveCPallini23-Feb-12 10:16 
GeneralRe: please send explaination Pin
Luc Pattyn23-Feb-12 13:12
sitebuilderLuc Pattyn23-Feb-12 13:12 
GeneralRe: please send explaination Pin
CPallini23-Feb-12 21:53
mveCPallini23-Feb-12 21:53 
AnswerRe: please send explaination Pin
Chris Losinger23-Feb-12 1:27
professionalChris Losinger23-Feb-12 1:27 
AnswerRe: please send explaination Pin
JohnNawrocki23-Feb-12 2:08
JohnNawrocki23-Feb-12 2:08 
GeneralRe: please send explaination Pin
Richard MacCutchan23-Feb-12 2:36
mveRichard MacCutchan23-Feb-12 2:36 
AnswerRe: please send explaination Pin
Eytukan23-Feb-12 3:56
Eytukan23-Feb-12 3:56 
QuestionNMAKE can't find include file in subfolder -- SOLVED Pin
Alan Balkany22-Feb-12 11:50
Alan Balkany22-Feb-12 11:50 
AnswerRe: NMAKE can't find include file in subfolder Pin
David Crow22-Feb-12 16:48
David Crow22-Feb-12 16:48 
GeneralRe: NMAKE can't find include file in subfolder Pin
Alan Balkany24-Feb-12 5:45
Alan Balkany24-Feb-12 5:45 
GeneralRe: NMAKE can't find include file in subfolder Pin
David Crow24-Feb-12 5:56
David Crow24-Feb-12 5:56 
QuestionRe: NMAKE can't find include file in subfolder Pin
CPallini22-Feb-12 22:45
mveCPallini22-Feb-12 22:45 
AnswerRe: NMAKE can't find include file in subfolder Pin
Richard MacCutchan22-Feb-12 23:01
mveRichard MacCutchan22-Feb-12 23:01 
AnswerRe: NMAKE can't find include file in subfolder Pin
Richard MacCutchan22-Feb-12 22:59
mveRichard MacCutchan22-Feb-12 22:59 
GeneralRe: NMAKE can't find include file in subfolder Pin
Alan Balkany24-Feb-12 5:35
Alan Balkany24-Feb-12 5:35 
GeneralRe: NMAKE can't find include file in subfolder Pin
Richard MacCutchan24-Feb-12 6:12
mveRichard MacCutchan24-Feb-12 6:12 
AnswerRe: NMAKE can't find include file in subfolder Pin
bjorn_ht22-Feb-12 23:35
bjorn_ht22-Feb-12 23:35 
GeneralRe: NMAKE can't find include file in subfolder Pin
Richard MacCutchan23-Feb-12 2:38
mveRichard MacCutchan23-Feb-12 2:38 
GeneralRe: NMAKE can't find include file in subfolder Pin
bjorn_ht23-Feb-12 5:15
bjorn_ht23-Feb-12 5:15 
GeneralRe: NMAKE can't find include file in subfolder Pin
Richard MacCutchan23-Feb-12 6:24
mveRichard MacCutchan23-Feb-12 6:24 
GeneralRe: NMAKE can't find include file in subfolder Pin
bjorn_ht23-Feb-12 9:44
bjorn_ht23-Feb-12 9:44 
GeneralRe: NMAKE can't find include file in subfolder Pin
Alan Balkany24-Feb-12 5:37
Alan Balkany24-Feb-12 5:37 
Questions it safe to pass CComVariant declared locally ot other function Pin
ptr_Electron22-Feb-12 3:55
ptr_Electron22-Feb-12 3:55 
Is it safe to pass CComVariant declared locally to other function
1. Can I pass the CommVariant to other function, when not created using new ?
2. Should I free it/delete expecitly some where ?
3. Is it safe ? any precauions ?

CComVariant comVart;
comVariant.vt = VT_I4;
comVariant.intVal = 10;
SendComVariantToOtherFunction(comVart); 
Thanks in advance!!

AnswerRe: s it safe to pass CComVariant declared locally ot other function Pin
Jochen Arndt22-Feb-12 4:39
professionalJochen Arndt22-Feb-12 4:39 
QuestionHow to check CComVariant.boolval is valid and extract bool value from it Pin
ptr_Electron22-Feb-12 3:51
ptr_Electron22-Feb-12 3:51 

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.