Click here to Skip to main content
15,915,501 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionXMLTextReader Pin
T.RATHA KRISHNAN21-May-08 0:39
T.RATHA KRISHNAN21-May-08 0:39 
AnswerRe: XMLTextReader Pin
Rajkumar R21-May-08 1:08
Rajkumar R21-May-08 1:08 
QuestionRe: XMLTextReader Pin
T.RATHA KRISHNAN21-May-08 1:11
T.RATHA KRISHNAN21-May-08 1:11 
AnswerRe: XMLTextReader Pin
Rajkumar R21-May-08 1:17
Rajkumar R21-May-08 1:17 
QuestionRe: XMLTextReader Pin
T.RATHA KRISHNAN21-May-08 1:46
T.RATHA KRISHNAN21-May-08 1:46 
AnswerRe: XMLTextReader Pin
Rajkumar R21-May-08 1:53
Rajkumar R21-May-08 1:53 
AnswerRe: XMLTextReader Pin
Rajesh R Subramanian21-May-08 1:27
professionalRajesh R Subramanian21-May-08 1:27 
AnswerI suspected... Pin
CPallini21-May-08 2:14
mveCPallini21-May-08 2:14 
JokeRe: I suspected... Pin
Rajesh R Subramanian21-May-08 2:40
professionalRajesh R Subramanian21-May-08 2:40 
QuestionTo customize the editor to show class member Pin
KASR121-May-08 0:37
KASR121-May-08 0:37 
AnswerRe: To customize the editor to show class member Pin
Rajkumar R21-May-08 0:58
Rajkumar R21-May-08 0:58 
GeneralRe: To customize the editor to show class member Pin
KASR121-May-08 1:07
KASR121-May-08 1:07 
AnswerRe: To customize the editor to show class member Pin
Rajkumar R21-May-08 1:36
Rajkumar R21-May-08 1:36 
GeneralRe: To customize the editor to show class member Pin
KASR121-May-08 1:48
KASR121-May-08 1:48 
QuestionHttp Post using c++ Pin
Hannes Smit20-May-08 23:02
Hannes Smit20-May-08 23:02 
AnswerRe: Http Post using c++ [modified] Pin
Rajesh R Subramanian20-May-08 23:11
professionalRajesh R Subramanian20-May-08 23:11 
GeneralRe: Http Post using c++ Pin
Hannes Smit20-May-08 23:35
Hannes Smit20-May-08 23:35 
AnswerRe: Http Post using c++ Pin
prasad_som20-May-08 23:11
prasad_som20-May-08 23:11 
QuestionOleLoadPicture() function not loading .jpg files with color mode CYMK Pin
Priya_Sundar20-May-08 23:02
Priya_Sundar20-May-08 23:02 
Hi All,

I basically use this to load/display a .jpg file.
if (OleLoadPicture(pStream,dwSize,FALSE,IID_IPicture,
			reinterpret_cast<LPVOID *>(&m_pPicture)) != S_OK)
		{
			pStream->Release();
			return 10;
		};
		pStream->Release();


This code is working fine for most of the files with all the .jpg files with RGB Color mode.

But for a .jpg file created with CMYK(Cyan, Magenta, Yellow, KeyColor-Black) color mode, I am not able to open the file, I get the error "E_NOINTERFACE - The object does not support the interface specified in riid(IID_IPicture in the function)." - Unable to get the image interface.

Kindly help!

Thanks.

Priya Sundar

QuestionUsing .Net tlb in VC++ 6.0 Pin
Shivarudrayya H20-May-08 20:41
Shivarudrayya H20-May-08 20:41 
QuestionGdplus::operator new problem (already include mygdiplus.h) [Solved] Pin
followait20-May-08 20:25
followait20-May-08 20:25 
AnswerRe: Gdplus::operator new problem (already include mygdiplus.h) Pin
Cedric Moonen20-May-08 20:35
Cedric Moonen20-May-08 20:35 
GeneralRe: Gdplus::operator new problem (already include mygdiplus.h) [modified] Pin
followait20-May-08 20:40
followait20-May-08 20:40 
QuestionRe: Gdplus::operator new problem (already include mygdiplus.h) Pin
Rajkumar R20-May-08 20:56
Rajkumar R20-May-08 20:56 
GeneralRe: Gdplus::operator new problem (already include mygdiplus.h) Pin
followait20-May-08 21:01
followait20-May-08 21:01 

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.