Click here to Skip to main content
15,949,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRelease memory using 'delete' operator for 2 dimensional array Pin
Nikesh Jagtap30-Nov-08 23:40
Nikesh Jagtap30-Nov-08 23:40 
AnswerRe: Release memory using 'delete' operator for 2 dimensional array Pin
Code-o-mat30-Nov-08 23:54
Code-o-mat30-Nov-08 23:54 
AnswerRe: Release memory using 'delete' operator for 2 dimensional array Pin
CPallini1-Dec-08 1:33
mveCPallini1-Dec-08 1:33 
GeneralRe: Release memory using 'delete' operator for 2 dimensional array Pin
Code-o-mat1-Dec-08 2:41
Code-o-mat1-Dec-08 2:41 
AnswerRe: Release memory using 'delete' operator for 2 dimensional array Pin
David Crow1-Dec-08 10:41
David Crow1-Dec-08 10:41 
QuestionErr Message :"This file is read-only. You must save to a different filename." Pin
josip cagalj30-Nov-08 23:36
josip cagalj30-Nov-08 23:36 
AnswerRe: Err Message :"This file is read-only. You must save to a different filename." Pin
Hans Dietrich30-Nov-08 23:45
mentorHans Dietrich30-Nov-08 23:45 
AnswerRe: Err Message :"This file is read-only. You must save to a different filename." Pin
Code-o-mat30-Nov-08 23:48
Code-o-mat30-Nov-08 23:48 
Well, without knowing anything more about what you are trying to do i can think of 2 general things:
-Your target file has the read-only proparty set to it, remove it for example with Explorer (right-click the file, select "Properties" and uncheck "read only")
-Your target file is in use by another process (could be also a thread by the same process)

What exactly are you trying to save there? And how do you wish to modify a DLL? You have sources for it? Or you are editing it with some binary editor or such? Maybe that DLL has been loaded by some app and that is while it is locked.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <

QuestionHow to attact edit box to scroll bar to display values in edit box when scrolled up or down Pin
puppya30-Nov-08 23:14
puppya30-Nov-08 23:14 
AnswerRe: How to attact edit box to scroll bar to display values in edit box when scrolled up or down Pin
Rajesh R Subramanian30-Nov-08 23:41
professionalRajesh R Subramanian30-Nov-08 23:41 
QuestionRunModalLoop problem Pin
hrishiS30-Nov-08 23:11
hrishiS30-Nov-08 23:11 
AnswerRe: RunModalLoop problem Pin
Mattias G1-Dec-08 3:17
Mattias G1-Dec-08 3:17 
GeneralRe: RunModalLoop problem Pin
hrishiS8-Dec-08 0:17
hrishiS8-Dec-08 0:17 
QuestionHow to prevent execution of multiple instances of my application ? Pin
kapardhi30-Nov-08 22:37
kapardhi30-Nov-08 22:37 
AnswerRe: How to prevent execution of multiple instances of my application ? Pin
_AnsHUMAN_ 30-Nov-08 22:43
_AnsHUMAN_ 30-Nov-08 22:43 
AnswerRe: How to prevent execution of multiple instances of my application ? Pin
David Crow1-Dec-08 10:48
David Crow1-Dec-08 10:48 
Questionextending or customizing printer dialog progrmmatically in VC++[modified] Pin
Member 372884130-Nov-08 21:45
Member 372884130-Nov-08 21:45 
AnswerRe: extending or customizing printer dialog progrmmatically in VC+ Pin
SandipG 30-Nov-08 22:03
SandipG 30-Nov-08 22:03 
GeneralRe: extending or customizing printer dialog progrmmatically in VC+ Pin
Member 372884114-Dec-08 17:10
Member 372884114-Dec-08 17:10 
QuestionDesktop screen shot function failed in RDP Pin
onlyjaypatel30-Nov-08 20:59
onlyjaypatel30-Nov-08 20:59 
AnswerRe: Desktop screen shot function failed in RDP Pin
Code-o-mat1-Dec-08 5:53
Code-o-mat1-Dec-08 5:53 
QuestionRe: Desktop screen shot function failed in RDP Pin
David Crow1-Dec-08 10:53
David Crow1-Dec-08 10:53 
GeneralRe: Desktop screen shot function failed in RDP Pin
onlyjaypatel1-Dec-08 18:06
onlyjaypatel1-Dec-08 18:06 
QuestionButton TabStop Pin
cpvc++30-Nov-08 19:59
cpvc++30-Nov-08 19:59 
AnswerRe: Button TabStop Pin
Hamid_RT30-Nov-08 20:21
Hamid_RT30-Nov-08 20: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.