Displaying 2 results from an estimated 2 matches for "windowsw".
Did you mean:
windows
2006 May 13
6
Asking for help again about my thread debug
As http://www.ruby-forum.com/topic/65495 has shown,I have drawn into
trouble about my thread debugging for some days,and need help to solve
it urgently!
This thread problem comes from the design requirements that my web
application will get the rss feeds read which are generated by the web
application itself.
http://www.ruby-forum.com/topic/63984 has shown my code,and the key code
is the
2002 Apr 07
1
Trying to figure out the library...
...// Clear the Vorbis file (which also closes it)
ov_clear(&vf);
// return success
return 1;
}
The error occurs the moment I call a the ov_open function. Commenting it
out supresses the error. The error reads:
Ogg.exe has generated errors and will be closed by WIndowsw You will need
to restart the program. An error log is being created. [OK]
If it occurs in debug mode, the error reads:
Unhandled exception in Ogg.exe (NTDLL.DLL): 0x0000005: Access Violation [OK]
And the execution point is shown to be within the assembly code of NTDLL.
Thanks again!
--Shon F...