Click here to Skip to main content
15,888,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: #pragma warning(disable:4786) Pin
mesajflaviu13-May-10 21:34
mesajflaviu13-May-10 21:34 
GeneralRe: #pragma warning(disable:4786) Pin
Stephen Hewitt13-May-10 21:55
Stephen Hewitt13-May-10 21:55 
GeneralRe: #pragma warning(disable:4786) Pin
Nuri Ismail13-May-10 21:58
Nuri Ismail13-May-10 21:58 
QuestionLoad PNG image on button Pin
AbhiHcl13-May-10 20:35
AbhiHcl13-May-10 20:35 
AnswerRe: Load PNG image on button Pin
Richard MacCutchan13-May-10 23:03
mveRichard MacCutchan13-May-10 23:03 
QuestionButton with PNG image Pin
AbhiHcl13-May-10 19:34
AbhiHcl13-May-10 19:34 
AnswerRe: Button with PNG image Pin
Richard MacCutchan13-May-10 23:03
mveRichard MacCutchan13-May-10 23:03 
Questionunhandled exception in test.exe (SECUR32.dll): 0xC0000005 Access Violation Pin
Le@rner13-May-10 19:14
Le@rner13-May-10 19:14 
Hi all,

When i m trying to open CFileDialog my application becomes not responding and gives this error

unhandled exception in test.exe (SECUR32.dll): 0xC0000005 Access Violation

and poiint out in Disassembly"75DD21DC push dword ptr [edi+0Ch]"
and in call stack "SECUR32! 685f21dc()"

i m using this code for CFileDialog

CFileDialog fDlg(FALSE, NULL,NULL, OFN_PATHMUSTEXIST | OFN_OVERWRITEPROMPT,"Text Files (*.txt)|*.txt||");

	if (fDlg.DoModal () == IDCANCEL) 
		return;

please help me how can i resolve it.

thanks in advance.
AnswerRe: unhandled exception in test.exe (SECUR32.dll): 0xC0000005 Access Violation Pin
Madhu Nair13-May-10 20:06
Madhu Nair13-May-10 20:06 
AnswerRe: unhandled exception in test.exe (SECUR32.dll): 0xC0000005 Access Violation Pin
Stephen Hewitt13-May-10 20:08
Stephen Hewitt13-May-10 20:08 
GeneralRe: unhandled exception in test.exe (SECUR32.dll): 0xC0000005 Access Violation Pin
Le@rner13-May-10 20:19
Le@rner13-May-10 20:19 
GeneralRe: unhandled exception in test.exe (SECUR32.dll): 0xC0000005 Access Violation Pin
Stephen Hewitt13-May-10 20:30
Stephen Hewitt13-May-10 20:30 
GeneralRe: unhandled exception in test.exe (SECUR32.dll): 0xC0000005 Access Violation Pin
Le@rner13-May-10 20:45
Le@rner13-May-10 20:45 
GeneralRe: unhandled exception in test.exe (SECUR32.dll): 0xC0000005 Access Violation Pin
Stephen Hewitt13-May-10 21:50
Stephen Hewitt13-May-10 21:50 
GeneralRe: unhandled exception in test.exe (SECUR32.dll): 0xC0000005 Access Violation Pin
Le@rner13-May-10 22:27
Le@rner13-May-10 22:27 
GeneralRe: unhandled exception in test.exe (SECUR32.dll): 0xC0000005 Access Violation Pin
Stephen Hewitt15-May-10 23:51
Stephen Hewitt15-May-10 23:51 
QuestionSave Old JPEG image style compression in Tiff image Pin
Game-point13-May-10 18:53
Game-point13-May-10 18:53 
QuestionC++ Pin
Manoj Kumar Bestha13-May-10 16:52
Manoj Kumar Bestha13-May-10 16:52 
AnswerRe: C++ Pin
Stephen Hewitt13-May-10 16:54
Stephen Hewitt13-May-10 16:54 
AnswerRe: C++ Pin
Luc Pattyn13-May-10 17:07
sitebuilderLuc Pattyn13-May-10 17:07 
QuestionRe: C++ Pin
CPallini13-May-10 20:41
mveCPallini13-May-10 20:41 
AnswerRe: C++ Pin
Luc Pattyn13-May-10 23:47
sitebuilderLuc Pattyn13-May-10 23:47 
JokeRe: C++ Pin
norish13-May-10 19:11
norish13-May-10 19:11 
AnswerRe: C++ Pin
CPallini13-May-10 20:48
mveCPallini13-May-10 20:48 
AnswerRe: C++ Pin
Richard MacCutchan13-May-10 23:13
mveRichard MacCutchan13-May-10 23:13 

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.