Click here to Skip to main content
15,921,156 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: loop speed Pin
locoone18-Jul-05 0:25
locoone18-Jul-05 0:25 
GeneralRe: loop speed Pin
khan++18-Jul-05 0:36
khan++18-Jul-05 0:36 
GeneralRe: loop speed Pin
locoone18-Jul-05 1:04
locoone18-Jul-05 1:04 
GeneralRe: loop speed Pin
David Crow18-Jul-05 2:56
David Crow18-Jul-05 2:56 
GeneralRe: loop speed Pin
David Crow18-Jul-05 2:59
David Crow18-Jul-05 2:59 
GeneralRe: loop speed Pin
locoone18-Jul-05 17:46
locoone18-Jul-05 17:46 
GeneralRe: loop speed Pin
David Crow19-Jul-05 2:27
David Crow19-Jul-05 2:27 
Questionwhen the program is closed, why does the exception occur? Pin
liuyue16-Jul-05 23:42
liuyue16-Jul-05 23:42 
i debug my program in VC6.0. when it is closed, the exception "First-chance exception in F863.exe: 0xC0000005: Access Violation." will appear. and the cursor points to m_pInterface->Release().here are some codes:
void _Release() throw()
{
if (m_pInterface != NULL) {
m_pInterface->Release();
}
}
i define the variant:IApplicationPtr m_Application, and i find the exception occured in m_Application->Release().
here are some codes:
int CF863App::ExitInstance()
{
if (m_Application != 0)
m_Application->Release();
return CWinApp::ExitInstance();
}
how can i resolve it?
AnswerRe: when the program is closed, why does the exception occur? Pin
Jose Lamas Rios17-Jul-05 16:59
Jose Lamas Rios17-Jul-05 16:59 
GeneralCPU Serial number Pin
Abd.Eskandari16-Jul-05 21:50
Abd.Eskandari16-Jul-05 21:50 
GeneralRe: CPU Serial number Pin
Alexander M.,17-Jul-05 6:02
Alexander M.,17-Jul-05 6:02 
GeneralRe: CPU Serial number Pin
Trollslayer17-Jul-05 6:03
mentorTrollslayer17-Jul-05 6:03 
GeneralConvert Bitmap Size Pin
Abd.Eskandari16-Jul-05 21:47
Abd.Eskandari16-Jul-05 21:47 
GeneralCSocket Progaramming in MFC Pin
mbcvamsidhar16-Jul-05 21:18
mbcvamsidhar16-Jul-05 21:18 
GeneralRe: CSocket Progaramming in MFC Pin
M.Mehrdad.M16-Jul-05 21:35
M.Mehrdad.M16-Jul-05 21:35 
GeneralRe: CSocket Progaramming in MFC Pin
mbcvamsidhar18-Jul-05 3:54
mbcvamsidhar18-Jul-05 3:54 
Generaldynamic struct arrays Pin
Anonymous16-Jul-05 21:12
Anonymous16-Jul-05 21:12 
GeneralRe: dynamic struct arrays Pin
M.Mehrdad.M16-Jul-05 21:37
M.Mehrdad.M16-Jul-05 21:37 
GeneralRe: dynamic struct arrays Pin
Anonymous16-Jul-05 22:27
Anonymous16-Jul-05 22:27 
GeneralRe: dynamic struct arrays Pin
David Crow18-Jul-05 3:04
David Crow18-Jul-05 3:04 
GeneralRe: dynamic struct arrays Pin
PJ Arends16-Jul-05 21:39
professionalPJ Arends16-Jul-05 21:39 
GeneralRe: dynamic struct arrays Pin
toxcct17-Jul-05 21:00
toxcct17-Jul-05 21:00 
GeneralRe: dynamic struct arrays Pin
Anonymous17-Jul-05 1:16
Anonymous17-Jul-05 1:16 
GeneralRe: dynamic struct arrays Pin
Archer28217-Jul-05 12:34
Archer28217-Jul-05 12:34 
GeneralRe: dynamic struct arrays Pin
S Douglas17-Jul-05 22:47
professionalS Douglas17-Jul-05 22:47 

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.