Displaying 2 results from an estimated 2 matches for "afxmessagebox".
2005 Jun 14
3
lack of detail for exception in ov_open
...I post in the codec forums, so I am posting here. Some kind of clue would certainly be much appreciated.
"Unhandled exception in Room 101.exe (NTDLL.DLL): 0xC0000005: Access Violation."
OggVorbis_File vf;
FILE* pFile;
pFile = fopen("test.ogg", "rb");
if(!pFile)
AfxMessageBox("fopen failed");
// here's where I get the exception
int err = ov_open(pFile, &vf, NULL, 0);
debugger simply says:
NTDLL! 7c918fea()
NTDLL! 7c90104b()
MSVCRT! 77c413b0()
VORBISFILE! 10001d1d()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: h...
2004 Nov 04
0
Running an exe from within a wined exe
...ad handle not inheritable.
FALSE, // Set handle inheritance to FALSE.
0, // No creation flags.
NULL, // Use parent's environment block.
NULL, // Use parent's starting directory.
&si, // Pointer to STARTUPINFO structure.
&pi ) // Pointer to PROCESS_INFORMATION structure.
)
{
AfxMessageBox("CreateProcess failed." );
}
________________________________________________
Message sent using UebiMiau 2.7.2