Click here to Skip to main content
15,925,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionstrcpy working even after deleting the pointer Pin
pyarigopal7-Jan-07 20:42
pyarigopal7-Jan-07 20:42 
AnswerRe: strcpy working even after deleting the pointer Pin
Monty27-Jan-07 21:08
Monty27-Jan-07 21:08 
AnswerRe: strcpy working even after deleting the pointer [modified] Pin
Michael Dunn7-Jan-07 21:10
sitebuilderMichael Dunn7-Jan-07 21:10 
AnswerRe: strcpy working even after deleting the pointer Pin
Waldermort7-Jan-07 21:14
Waldermort7-Jan-07 21:14 
GeneralRe: strcpy working even after deleting the pointer Pin
pyarigopal8-Jan-07 18:21
pyarigopal8-Jan-07 18:21 
AnswerRe: strcpy working even after deleting the pointer Pin
CPallini7-Jan-07 21:25
mveCPallini7-Jan-07 21:25 
GeneralRe: strcpy working even after deleting the pointer Pin
prasad_som7-Jan-07 21:29
prasad_som7-Jan-07 21:29 
QuestionHow can i use Image magick in MFC? Pin
$uresh $hanmugam7-Jan-07 20:17
$uresh $hanmugam7-Jan-07 20:17 
Hi all,

I have creating dialog based window in vc++(MFC) and installed image magic(dynamic dll of binary version).

I need to know about InitializeMagic(char *) function. Is Magic must be initialize?... and when i read one image using read(std::string) function.....

#include Magick++.h<br />
#include iostream<br />
using namespace std;<br />
using namespace Magick; <br />
<br />
{<br />
 Image img;<br />
img.read("c:\\logo.jpg");<br />
}


Error will be thrown like......

Unhandled exception at 0x000c256.. in sample.exe:0xC000075:
Access voilation writing location 0xcde....

Anybody know about this problem let me know...

Thankx in advance...
AnswerRe: How can i use Image magick in MFC? Pin
Hamid_RT7-Jan-07 20:37
Hamid_RT7-Jan-07 20:37 
GeneralRe: How can i use Image magick in MFC? Pin
$uresh $hanmugam7-Jan-07 21:04
$uresh $hanmugam7-Jan-07 21:04 
GeneralRe: How can i use Image magick in MFC? Pin
Hamid_RT7-Jan-07 21:37
Hamid_RT7-Jan-07 21:37 
GeneralRe: How can i use Image magick in MFC? Pin
$uresh $hanmugam7-Jan-07 21:51
$uresh $hanmugam7-Jan-07 21:51 
QuestionDLL Injection vs Code Injection Pin
SelvaKr7-Jan-07 20:06
SelvaKr7-Jan-07 20:06 
AnswerRe: DLL Injection vs Code Injection Pin
Stephen Hewitt7-Jan-07 20:18
Stephen Hewitt7-Jan-07 20:18 
GeneralRe: DLL Injection vs Code Injection Pin
SelvaKr7-Jan-07 20:25
SelvaKr7-Jan-07 20:25 
QuestionTitle Pin
Try7-Jan-07 18:56
Try7-Jan-07 18:56 
AnswerRe: Title Pin
prasad_som7-Jan-07 19:17
prasad_som7-Jan-07 19:17 
GeneralRe: Title Pin
Try7-Jan-07 19:24
Try7-Jan-07 19:24 
QuestionDLL and Program Compile Pin
uusheikh7-Jan-07 18:54
uusheikh7-Jan-07 18:54 
AnswerRe: DLL and Program Compile Pin
Rajesh R Subramanian7-Jan-07 19:10
professionalRajesh R Subramanian7-Jan-07 19:10 
GeneralRe: DLL and Program Compile Pin
uusheikh7-Jan-07 19:22
uusheikh7-Jan-07 19:22 
AnswerRe: DLL and Program Compile Pin
Rajesh R Subramanian7-Jan-07 19:29
professionalRajesh R Subramanian7-Jan-07 19:29 
GeneralRe: DLL and Program Compile Pin
uusheikh7-Jan-07 19:51
uusheikh7-Jan-07 19:51 
GeneralRe: DLL and Program Compile Pin
#realJSOP7-Jan-07 23:30
professional#realJSOP7-Jan-07 23:30 
QuestionHow to get the Alt keycode in EditBox Pin
sivaprabu7-Jan-07 18:46
sivaprabu7-Jan-07 18:46 

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.