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

C / C++ / MFC

 
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 
GeneralRe: Gdplus::operator new problem (already include mygdiplus.h) Pin
Rajkumar R20-May-08 21:03
Rajkumar R20-May-08 21:03 
GeneralRe: Gdplus::operator new problem (already include mygdiplus.h) Pin
followait20-May-08 21:13
followait20-May-08 21:13 
Questionmy application is blocked in startup in vista Pin
vicky0000020-May-08 20:19
vicky0000020-May-08 20:19 
QuestionCode doesn't work, constructor problem [Solved] Pin
followait20-May-08 19:32
followait20-May-08 19:32 
AnswerRe: Code doesn't work, constructor problem Pin
Rajkumar R20-May-08 20:20
Rajkumar R20-May-08 20:20 
GeneralRe: Code doesn't work, constructor problem [modified] Pin
followait20-May-08 21:11
followait20-May-08 21:11 
GeneralRe: Code doesn't work, constructor problem Pin
Rajkumar R20-May-08 21:26
Rajkumar R20-May-08 21:26 
GeneralRe: Code doesn't work, constructor problem Pin
followait20-May-08 22:16
followait20-May-08 22:16 
GeneralRe: Code doesn't work, constructor problem Pin
Rajkumar R21-May-08 0:23
Rajkumar R21-May-08 0:23 
GeneralRe: Code doesn't work, constructor problem Pin
followait21-May-08 4:16
followait21-May-08 4:16 
QuestionHow can i hide that arrow button in date time picker control Pin
varun0120-May-08 19:21
varun0120-May-08 19:21 

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.