Thread
:
buffer underrun errors?
View Single Post
#
6
08-25-2004, 03:14 AM
Cisyouc
Demi-God
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
rename the quest folder to like.. xquestsx or something thus making them useless and see if the zones run. This will tell you if its a quest thats causing it.
(Also, thats a buffer
over
run, like I had, not underrun
)
__________________
namespace
retval {
template
<
class
T>
class
ReturnValueGen {
private
: T x;
public
: ReturnValueGen() { x = 0; }; T& Generator() {
return
x; }; }; }
int
main() { retval::ReturnValueGen<
int
> retvalue;
return
retvalue.Generator(); }
C++ is
wonderful.
Cisyouc
View Public Profile
Send a private message to Cisyouc
Find all posts by Cisyouc