Click here to Skip to main content
15,908,254 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Iam getting memory access violation error in VC Pin
Cedric Moonen11-Feb-07 23:35
Cedric Moonen11-Feb-07 23:35 
AnswerRe: Iam getting memory access violation error in VC Pin
joelgarabedian11-Feb-07 23:36
joelgarabedian11-Feb-07 23:36 
AnswerRe: Iam getting memory access violation error in VC Pin
jhwurmbach11-Feb-07 23:37
jhwurmbach11-Feb-07 23:37 
QuestionRe: Iam getting memory access violation error in VC Pin
prasad_som11-Feb-07 23:39
prasad_som11-Feb-07 23:39 
AnswerRe: Iam getting memory access violation error in VC Pin
harshadha12-Feb-07 0:15
harshadha12-Feb-07 0:15 
AnswerRe: Iam getting memory access violation error in VC Pin
prasad_som12-Feb-07 0:20
prasad_som12-Feb-07 0:20 
GeneralRe: Iam getting memory access violation error in VC Pin
harshadha12-Feb-07 0:38
harshadha12-Feb-07 0:38 
AnswerRe: Iam getting memory access violation error in VC Pin
prasad_som12-Feb-07 0:42
prasad_som12-Feb-07 0:42 
harshadha wrote:
the bmpsize value is taken equal to the data type value(U32 bmpsize that is),it is taken as 2bytes.


In this case, third parameter to memset in your OP should be
bmpsize. Where as in your OP, you was passing 5, that was causing problem.
harshadha wrote:
i have to use malloc then i need bmpsrc that is the memory allocated area and the size.....


May be you can be little clear, what you are trying to say.


AnswerRe: Iam getting memory access violation error in VC Pin
kakan12-Feb-07 0:10
professionalkakan12-Feb-07 0:10 
GeneralRe: Iam getting memory access violation error in VC Pin
harshadha12-Feb-07 0:14
harshadha12-Feb-07 0:14 
GeneralRe: Iam getting memory access violation error in VC Pin
kakan12-Feb-07 0:27
professionalkakan12-Feb-07 0:27 
GeneralRe: Iam getting memory access violation error in VC Pin
harshadha12-Feb-07 0:34
harshadha12-Feb-07 0:34 
QuestionErasing Button Edge lines ? Pin
Sakthiu11-Feb-07 23:21
Sakthiu11-Feb-07 23:21 
AnswerRe: Erasing Button Edge lines ? Pin
Hamid_RT12-Feb-07 7:04
Hamid_RT12-Feb-07 7:04 
AnswerRe: Erasing Button Edge lines ? Pin
Naveen11-Feb-07 23:22
Naveen11-Feb-07 23:22 
GeneralRe: Erasing Button Edge lines ? Pin
Sakthiu11-Feb-07 23:24
Sakthiu11-Feb-07 23:24 
GeneralRe: Erasing Button Edge lines ? Pin
Naveen11-Feb-07 23:32
Naveen11-Feb-07 23:32 
GeneralRe: Erasing Button Edge lines ? Pin
Hamid_RT12-Feb-07 7:04
Hamid_RT12-Feb-07 7:04 
QuestionMFC bad? Win 32 good? C#, .NET and other questions Pin
ldsdbomber11-Feb-07 23:14
ldsdbomber11-Feb-07 23:14 
AnswerRe: MFC bad? Win 32 good? C#, .NET and other questions Pin
benjymous11-Feb-07 23:30
benjymous11-Feb-07 23:30 
AnswerRe: MFC bad? Win 32 good? C#, .NET and other questions Pin
Cedric Moonen11-Feb-07 23:32
Cedric Moonen11-Feb-07 23:32 
AnswerRe: MFC bad? Win 32 good? C#, .NET and other questions Pin
Arman S.12-Feb-07 0:07
Arman S.12-Feb-07 0:07 
AnswerRe: MFC bad? Win 32 good? C#, .NET and other questions Pin
Eytukan12-Feb-07 0:58
Eytukan12-Feb-07 0:58 
Questionintercepting the message loop Pin
ldsdbomber11-Feb-07 23:01
ldsdbomber11-Feb-07 23:01 
AnswerRe: intercepting the message loop Pin
benjymous11-Feb-07 23:24
benjymous11-Feb-07 23:24 

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.