Click here to Skip to main content
15,791,050 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OnFileOpen crashing Pin
Jochen Arndt5-Apr-13 1:12
professionalJochen Arndt5-Apr-13 1:12 
GeneralRe: OnFileOpen crashing Pin
_Flaviu5-Apr-13 1:27
_Flaviu5-Apr-13 1:27 
GeneralRe: OnFileOpen crashing Pin
Jochen Arndt5-Apr-13 1:31
professionalJochen Arndt5-Apr-13 1:31 
GeneralRe: OnFileOpen crashing Pin
_Flaviu5-Apr-13 1:32
_Flaviu5-Apr-13 1:32 
GeneralRe: OnFileOpen crashing Pin
SoMad5-Apr-13 1:51
professionalSoMad5-Apr-13 1:51 
GeneralRe: OnFileOpen crashing Pin
_Flaviu5-Apr-13 2:24
_Flaviu5-Apr-13 2:24 
GeneralRe: OnFileOpen crashing Pin
SoMad5-Apr-13 11:58
professionalSoMad5-Apr-13 11:58 
AnswerRe: OnFileOpen crashing [solved] Pin
_Flaviu5-Apr-13 3:18
_Flaviu5-Apr-13 3:18 
I found the problem: the destructor of CFileDialog has problems, and I had solved in follow way: I used CFileDialog variable on the heap, just like this:
C++
CFileDialog* pDlgFile = new CFileDialog(TRUE);
// do whatever with pDlgFile ...
delete pDlgFile;

and everything it's OK now ...
I want to kindly thank you all of you for your interest and patience ! Best wishes for you ! Bye.

modified 5-Apr-13 9:12am.

GeneralRe: OnFileOpen crashing [solved] Pin
David Crow5-Apr-13 4:14
David Crow5-Apr-13 4:14 
GeneralRe: OnFileOpen crashing [solved] Pin
Richard MacCutchan5-Apr-13 4:35
mveRichard MacCutchan5-Apr-13 4:35 
GeneralRe: OnFileOpen crashing [solved] Pin
SoMad5-Apr-13 8:39
professionalSoMad5-Apr-13 8:39 
QuestionWindows Service Controler & CAsyncSocket Pin
Member 33971274-Apr-13 21:43
Member 33971274-Apr-13 21:43 
AnswerRe: Windows Service Controler & CAsyncSocket Pin
Jochen Arndt4-Apr-13 23:55
professionalJochen Arndt4-Apr-13 23:55 
GeneralRe: Windows Service Controler & CAsyncSocket Pin
Member 33971275-Apr-13 2:46
Member 33971275-Apr-13 2:46 
GeneralRe: Windows Service Controler & CAsyncSocket Pin
Jochen Arndt5-Apr-13 3:18
professionalJochen Arndt5-Apr-13 3:18 
AnswerRe: Windows Service Controler & CAsyncSocket Pin
Member 33971275-Apr-13 4:27
Member 33971275-Apr-13 4:27 
QuestionTimer not working properly. Pin
Le@rner4-Apr-13 21:25
Le@rner4-Apr-13 21:25 
AnswerRe: Timer not working properly. Pin
Captain Price4-Apr-13 22:24
professionalCaptain Price4-Apr-13 22:24 
QuestionRe: Timer not working properly. Pin
CPallini5-Apr-13 0:03
mveCPallini5-Apr-13 0:03 
AnswerRe: Timer not working properly. Pin
David Crow5-Apr-13 4:17
David Crow5-Apr-13 4:17 
GeneralRe: Timer not working properly. Pin
Le@rner5-Apr-13 20:34
Le@rner5-Apr-13 20:34 
QuestionRe: Timer not working properly. Pin
Kenneth Haugland6-Apr-13 4:06
professionalKenneth Haugland6-Apr-13 4:06 
AnswerRe: Timer not working properly. Pin
Le@rner10-Apr-13 23:07
Le@rner10-Apr-13 23:07 
QuestionRetaining selection on a ListCtrl Item Pin
Donguy19764-Apr-13 15:21
Donguy19764-Apr-13 15:21 
AnswerRe: Retaining selection on a ListCtrl Item Pin
SoMad4-Apr-13 16:07
professionalSoMad4-Apr-13 16:07 

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.