Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to find out whether my system is 16, 32 or 64 bit ? Pin
Yashusid10-Sep-07 23:22
Yashusid10-Sep-07 23:22 
AnswerRe: How to find out whether my system is 16, 32 or 64 bit ? Pin
Naveen11-Sep-07 1:13
Naveen11-Sep-07 1:13 
AnswerRe: How to find out whether my system is 16, 32 or 64 bit ? Pin
Michael Dunn11-Sep-07 2:19
sitebuilderMichael Dunn11-Sep-07 2:19 
AnswerRe: How to find out whether my system is 16, 32 or 64 bit ? Pin
cmk11-Sep-07 4:16
cmk11-Sep-07 4:16 
QuestionGDI+ Region and SetWindowRgn Pin
Nishad S10-Sep-07 23:12
Nishad S10-Sep-07 23:12 
QuestionRe: GDI+ Region and SetWindowRgn Pin
bob1697211-Sep-07 2:12
bob1697211-Sep-07 2:12 
AnswerRe: GDI+ Region and SetWindowRgn Pin
Nishad S11-Sep-07 2:16
Nishad S11-Sep-07 2:16 
Questiontrouble in using MAPIToMIMEStm help Pin
monsieur_jj10-Sep-07 23:06
monsieur_jj10-Sep-07 23:06 
I have encountered Access violation reading location with this code:

IConverterSession* sample;
	sample = NULL;
	IStream *istream;
	istream = 0;
	sample->SetEncoding(IET_QP);
	sample->SetSaveFormat(SAVE_RFC822);
	hResult = sample->MAPIToMIMEStm(LPMESSAGE(msgName.c_str()), istream, CCSF_SMTP);
	if (hResult !=S_OK){ 			 		
		throw(HResultException("MAPIToMIMEStm ResolveMsg",0));
	 }


I am really new to this can anyone guide me in making this work?

Thanks a lot,
Jj
AnswerRe: trouble in using MAPIToMIMEStm help Pin
Cedric Moonen10-Sep-07 23:18
Cedric Moonen10-Sep-07 23:18 
QuestionHow to detect Internet connection on machine? Pin
Sameerkumar Namdeo10-Sep-07 22:52
Sameerkumar Namdeo10-Sep-07 22:52 
AnswerRe: How to detect Internet connection on machine? Pin
baerten10-Sep-07 23:26
baerten10-Sep-07 23:26 
GeneralRe: How to detect Internet connection on machine? Pin
David Crow11-Sep-07 3:12
David Crow11-Sep-07 3:12 
GeneralRe: How to detect Internet connection on machine? Pin
baerten11-Sep-07 3:38
baerten11-Sep-07 3:38 
GeneralRe: How to detect Internet connection on machine? Pin
bob1697211-Sep-07 17:06
bob1697211-Sep-07 17:06 
GeneralRe: How to detect Internet connection on machine? Pin
jhwurmbach11-Sep-07 4:07
jhwurmbach11-Sep-07 4:07 
GeneralRe: How to detect Internet connection on machine? Pin
David Crow11-Sep-07 4:25
David Crow11-Sep-07 4:25 
AnswerRe: How to detect Internet connection on machine? Pin
bob1697211-Sep-07 2:05
bob1697211-Sep-07 2:05 
AnswerRe: How to detect Internet connection on machine? Pin
bob1697211-Sep-07 2:08
bob1697211-Sep-07 2:08 
AnswerRe: How to detect Internet connection on machine? Pin
David Crow11-Sep-07 3:13
David Crow11-Sep-07 3:13 
Questionmap file with 0 size Pin
Vinod CS10-Sep-07 22:46
Vinod CS10-Sep-07 22:46 
AnswerRe: map file with 0 size Pin
Naveen10-Sep-07 23:13
Naveen10-Sep-07 23:13 
GeneralRe: map file with 0 size Pin
Vinod CS11-Sep-07 17:42
Vinod CS11-Sep-07 17:42 
AnswerRe: map file with 0 size Pin
Sameerkumar Namdeo10-Sep-07 23:30
Sameerkumar Namdeo10-Sep-07 23:30 
GeneralRe: map file with 0 size [modified] Pin
Vinod CS11-Sep-07 17:44
Vinod CS11-Sep-07 17:44 
QuestionPNG Alpha blending/channel in VC++ 6.0? Pin
StarMeteor10-Sep-07 22:33
StarMeteor10-Sep-07 22:33 

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.