search for: afxtrac

Displaying 3 results from an estimated 3 matches for "afxtrac".

Did you mean: afxtrace
2002 Apr 01
1
Fw: ov_open failing with all files
...tstream is not Vorbis data.\n"); case OV_EVERSION: TRACE(" - Vorbis version mismatch.\n"); case OV_EBADHEADER: TRACE(" - Invalid Vorbis bitstream header.\n"); case OV_EFAULT: TRACE("- Internal logic fault; indicates a bug or heap/stack corruption.\n"); } AfxTrace("Error: input not an Ogg Vorbis audio stream.\n"); return false; } <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containi...
2001 Feb 18
2
Access Violation in ov_open
If I do something similar to the below ov_open always causes an access violation. The call to fopen is successful. Can anybody tell me why? (and how to fix it?) OggVorbis_File vf; int eof=0; int current_section; FILE *fd = fopen("c:\\test.ogg","rb"); if (!fd){ AfxTrace("fopen failed\n"); exit(0); } if(ov_open(fd, &vf, NULL, 0) < 0) { fprintf(stderr,"Input does not appear to be an Ogg bitstream.\n"); exit(1); } Thanks, Lance --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http:...
2004 Sep 19
0
MFC compile problem
...i.rc Include/l.chs/afxres.rc Include/l.chs/afxctl.rc Include/l.chs/afxolecl.rc Include/l.chs/afxolesv.rc src/afxabort.cpp src/afxasert.cpp src/afxcrit.cpp src/afxdbcs.cpp src/afxinl1.cpp src/afxinl2.cpp src/afxinl3.cpp src/afxmem.cpp src/afxstate.cpp src/afxtls.cpp src/afxtrace.cpp src/app3d.cpp src/app3ds.cpp src/appcore.cpp src/appdlg.cpp src/appgray.cpp src/apphelp.cpp src/apphelpx.cpp src/appinit.cpp src/appmodul.cpp src/appprnt.cpp src/appterm.cpp src/appui.cpp src/appui1.cpp src/appui2.cpp src/appui3.cpp src/arccore.cpp src/arcex.c...