Click here to Skip to main content
15,920,708 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: could you help me? I need a example about how to using CSocket with mfc Pin
Hamid_RT27-May-09 3:30
Hamid_RT27-May-09 3:30 
AnswerRe: could you help me? I need a example about how to using CSocket with mfc Pin
David Crow27-May-09 3:54
David Crow27-May-09 3:54 
Questionusing a third party dll Pin
August Brower26-May-09 21:35
August Brower26-May-09 21:35 
AnswerRe: using a third party dll Pin
CPallini26-May-09 21:54
mveCPallini26-May-09 21:54 
AnswerRe: using a third party dll Pin
ThatsAlok26-May-09 22:14
ThatsAlok26-May-09 22:14 
AnswerRe: using a third party dll Pin
Garth J Lancaster26-May-09 23:57
professionalGarth J Lancaster26-May-09 23:57 
GeneralRe: using a third party dll Pin
August Brower27-May-09 8:24
August Brower27-May-09 8:24 
Questionc++ samples Pin
p_196026-May-09 20:33
p_196026-May-09 20:33 
AnswerRe: c++ samples Pin
Hamid_RT26-May-09 20:39
Hamid_RT26-May-09 20:39 
GeneralRe: c++ samples Pin
ThatsAlok26-May-09 22:11
ThatsAlok26-May-09 22:11 
GeneralRe: c++ samples Pin
Hamid_RT26-May-09 22:56
Hamid_RT26-May-09 22:56 
GeneralRe: c++ samples Pin
ThatsAlok28-May-09 6:04
ThatsAlok28-May-09 6:04 
AnswerRe: c++ samples Pin
Cedric Moonen26-May-09 20:42
Cedric Moonen26-May-09 20:42 
GeneralRe: c++ samples Pin
BadKarma26-May-09 21:25
BadKarma26-May-09 21:25 
GeneralRe: c++ samples Pin
mihK26-May-09 21:38
mihK26-May-09 21:38 
GeneralRe: c++ samples Pin
Cedric Moonen26-May-09 21:40
Cedric Moonen26-May-09 21:40 
GeneralRe: c++ samples Pin
Hamid_RT26-May-09 21:56
Hamid_RT26-May-09 21:56 
GeneralRe: c++ samples Pin
ThatsAlok26-May-09 22:10
ThatsAlok26-May-09 22:10 
GeneralRe: c++ samples Pin
ThatsAlok26-May-09 22:10
ThatsAlok26-May-09 22:10 
AnswerRe: c++ samples Pin
KarstenK26-May-09 21:02
mveKarstenK26-May-09 21:02 
GeneralRe: c++ samples Pin
molesworth26-May-09 21:58
molesworth26-May-09 21:58 
AnswerRe: c++ samples Pin
ThatsAlok26-May-09 22:09
ThatsAlok26-May-09 22:09 
QuestionI have used CxImage in VS2005 (successful) and tried to use CxImage WINCE version, it doesn't support .jp2 images? Pin
kapardhi26-May-09 20:25
kapardhi26-May-09 20:25 
Hai!

My Requirement : To convert .jp2 image to .jpg in an Pocket PC 2003 application for WINCE device

I have been struggling to display an convert different image formats (.jp2, .jpg, .bmp, .png). i have used CxImage to easily convert .jp2 to .jpg. Now i have tried the WINCE version of CxImage, but there the support for .jp2 images has been disabled by defining
#define CXIMAGE_SUPPORT_JP2 0
I have also seen
http://www.codeproject.com/KB/mobile/png__jpg__etc_on_pocketpc

here also the .j2k or .jp2 images are not supported.

How can i convert .jp2 images to .jpg in my Pocket PC application?

Can't we use .jp2 images in Pocket PC applications if yes how?

Can i use any converters(free) that can be directly used in my application
like:

MyJpegConverter.Load (MyImage.jp2)
MyJpegConverter.SaveAs (MyImage.jpg)

If yes can you suggest any free converter?

If possible can you send me links of any Pocket PC applications that deal with .jp2 images conversion??

Thanks!
AnswerRe: I have used CxImage in VS2005 (successful) and tried to use CxImage WINCE version, it doesn't support .jp2 images? Pin
CPallini26-May-09 21:46
mveCPallini26-May-09 21:46 
GeneralRe: I have used CxImage in VS2005 (successful) and tried to use CxImage WINCE version, it doesn't support .jp2 images? Pin
kapardhi26-May-09 22:01
kapardhi26-May-09 22: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.