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

C / C++ / MFC

 
AnswerRe: How to create a concave ploygon,in v c++ ,using openGL Pin
Navin26-Apr-04 4:36
Navin26-Apr-04 4:36 
GeneralRe: How to create a concave ploygon,in v c++ ,using openGL Pin
Anonymous27-Apr-04 2:41
Anonymous27-Apr-04 2:41 
GeneralJNI Pin
roadragedave26-Apr-04 0:46
roadragedave26-Apr-04 0:46 
GeneralRe: JNI Pin
Mike Dimmick26-Apr-04 1:59
Mike Dimmick26-Apr-04 1:59 
GeneralVC++ application error on WinXP Pin
PrashantJ25-Apr-04 23:51
PrashantJ25-Apr-04 23:51 
GeneralExport Image as EPS File Format Pin
pubududilena25-Apr-04 23:08
pubududilena25-Apr-04 23:08 
GeneralRe: Export Image as EPS File Format Pin
Maarten Kools26-Apr-04 3:52
professionalMaarten Kools26-Apr-04 3:52 
GeneralRe: Export Image as EPS File Format Pin
pubududilena26-Apr-04 18:01
pubududilena26-Apr-04 18:01 
I am creating Images Like this ...It works for JPG,gif,png.But not for EPS.SO I need a Method to export Images as EPS.
Image image(L"Mosaic.bmp");
CLSID pngClsid;
GetEncoderClsid(L"image/eps", &pngClsid);
image.Save(L"Mosaic2.eps", &pngClsid, NULL);
But this is not working.
Mosaic.bmp is real bmp file. Now I think this is clear for u what I going to do.
GeneralCString to UTF-8 Pin
Stojan7825-Apr-04 23:00
Stojan7825-Apr-04 23:00 
GeneralRe: CString to UTF-8 Pin
Mike Dimmick26-Apr-04 0:08
Mike Dimmick26-Apr-04 0:08 
GeneralcFileDialog Pin
macmac3825-Apr-04 22:53
macmac3825-Apr-04 22:53 
GeneralRe: cFileDialog Pin
Maxwell Chen25-Apr-04 23:11
Maxwell Chen25-Apr-04 23:11 
GeneralRe: cFileDialog Pin
jmkhael25-Apr-04 23:13
jmkhael25-Apr-04 23:13 
GeneralRe: cFileDialog Pin
Maxwell Chen25-Apr-04 23:17
Maxwell Chen25-Apr-04 23:17 
GeneralRe: cFileDialog Pin
jmkhael25-Apr-04 23:26
jmkhael25-Apr-04 23:26 
GeneralRe: cFileDialog Pin
Maxwell Chen25-Apr-04 23:41
Maxwell Chen25-Apr-04 23:41 
GeneralRe: cFileDialog Pin
macmac3825-Apr-04 23:23
macmac3825-Apr-04 23:23 
GeneralHo to place a screen saver in a Dialog BOx Pin
Azghar Hussain25-Apr-04 22:05
professionalAzghar Hussain25-Apr-04 22:05 
GeneralRe: Ho to place a screen saver in a Dialog BOx Pin
ohadp26-Apr-04 1:39
ohadp26-Apr-04 1:39 
Generalheader versions probelm when WINVER >0x0500 Pin
makkarhardeep@rediffmail.com25-Apr-04 22:03
makkarhardeep@rediffmail.com25-Apr-04 22:03 
GeneralRe: header versions probelm when WINVER >0x0500 Pin
Mike Dimmick26-Apr-04 0:12
Mike Dimmick26-Apr-04 0:12 
GeneralReafFile stalls Pin
Olof Forshell25-Apr-04 21:39
Olof Forshell25-Apr-04 21:39 
GeneralRe: ReafFile stalls Pin
Paul Ranson26-Apr-04 1:34
Paul Ranson26-Apr-04 1:34 
GeneralRe: ReafFile stalls Pin
Olof Forshell26-Apr-04 9:39
Olof Forshell26-Apr-04 9:39 
GeneralRe: ReafFile stalls Pin
Paul Ranson26-Apr-04 11:19
Paul Ranson26-Apr-04 11:19 

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.