Click here to Skip to main content
15,861,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to enable your app to create crash dumps ? Pin
cagespear5-Mar-08 21:11
cagespear5-Mar-08 21:11 
GeneralGet properties of remote file(FTP) vc++ Pin
chetanjoshi95-Mar-08 18:21
chetanjoshi95-Mar-08 18:21 
QuestionRe: Get properties of remote file(FTP) vc++ Pin
Rajkumar R5-Mar-08 18:52
Rajkumar R5-Mar-08 18:52 
GeneralRe: Get properties of remote file(FTP) vc++______path given Pin
chetanjoshi95-Mar-08 19:27
chetanjoshi95-Mar-08 19:27 
GeneralOpen CSV File ,error Pin
TaoteSea5-Mar-08 17:46
TaoteSea5-Mar-08 17:46 
GeneralIntelliSense:"No additional information available" Pin
Le@rner5-Mar-08 17:46
Le@rner5-Mar-08 17:46 
GeneralRe: IntelliSense:"No additional information available" Pin
cagespear5-Mar-08 19:22
cagespear5-Mar-08 19:22 
Questionhow to declare a buffer? Pin
gentleguy5-Mar-08 17:42
gentleguy5-Mar-08 17:42 
dear all


i have loaded a jpeg image already, now i would like to process this image, for example, convert to grayscale, and then display the grayscale image via this buffer. how to declare such buffer? thanks.

the following is what i loaded image code:


JpegData jData;
int iWidth, iHeight, iBpp;

jpeginfo(path, &jData);

iWidth = jData.width;
iHeight = jData.length;
iBpp = jData.vbitcount;

allocimage(&m_vicImg, iWidth, iHeight, iBpp);

Li Zhiyuan


AnswerRe: how to declare a buffer? Pin
TooShy2Talk5-Mar-08 21:57
TooShy2Talk5-Mar-08 21:57 
GeneralProblem with Release mode Pin
ritz12345-Mar-08 17:30
ritz12345-Mar-08 17:30 
QuestionRe: Problem with Release mode Pin
Maxwell Chen5-Mar-08 17:37
Maxwell Chen5-Mar-08 17:37 
GeneralRe: Problem with Release mode Pin
ritz12345-Mar-08 17:48
ritz12345-Mar-08 17:48 
GeneralRe: Problem with Release mode Pin
Maxwell Chen5-Mar-08 18:43
Maxwell Chen5-Mar-08 18:43 
GeneralRe: Problem with Release mode Pin
cagespear5-Mar-08 19:10
cagespear5-Mar-08 19:10 
GeneralRe: Problem with Release mode Pin
Maxwell Chen5-Mar-08 19:16
Maxwell Chen5-Mar-08 19:16 
JokeRe: Problem with Release mode Pin
Rajesh R Subramanian5-Mar-08 19:21
professionalRajesh R Subramanian5-Mar-08 19:21 
JokeRe: Problem with Release mode Pin
Maxwell Chen5-Mar-08 21:25
Maxwell Chen5-Mar-08 21:25 
GeneralRe: Problem with Release mode Pin
cagespear5-Mar-08 21:05
cagespear5-Mar-08 21:05 
GeneralRe: Problem with Release mode Pin
Roger Stoltz5-Mar-08 20:53
Roger Stoltz5-Mar-08 20:53 
GeneralConvert dialog based application to SDI/MDI architecture. Pin
lavate malllik5-Mar-08 16:14
lavate malllik5-Mar-08 16:14 
GeneralRe: Convert dialog based application to SDI/MDI architecture. Pin
cagespear5-Mar-08 21:01
cagespear5-Mar-08 21:01 
GeneralRe: Convert dialog based application to SDI/MDI architecture. Pin
led mike6-Mar-08 6:33
led mike6-Mar-08 6:33 
GeneralZoom and text size Pin
includeh105-Mar-08 15:53
includeh105-Mar-08 15:53 
GeneralRe: Zoom and text size Pin
Stephen Hewitt5-Mar-08 16:03
Stephen Hewitt5-Mar-08 16:03 
GeneralRe: Zoom and text size Pin
includeh105-Mar-08 19:23
includeh105-Mar-08 19:23 

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.