View Single Post
Old 15th June 2004, 05:25   #14  |  Link
stickboy
AviSynth Enthusiast
 
Join Date: Jul 2002
Location: California, U.S.
Posts: 1,267
Quote:
Originally posted by Bidoche
By definition, the stack is not heap-based...
Besides, that wouldn't change the fact that its size is fixed.
I don't mean the stack; I meant a stack. That is, your own, heap-allocated stack data structure that you can use to keep track of function calls.

If it's heap-allocated, its size is still limited, sure, but at least there's more room, and you have more control over it by calling SetMemoryMax and by buying more RAM, right?
Quote:
Originally posted by rhombus:
If you don't have VC++ 6.0, I'm sure that one of us can cobble something together that does what you want.
I probably could have something quick-and-dirty done tonight.

(BTW, not having VC++ 6 isn't an excuse anymore; Microsoft released their VC++ 2003 compiler for free.)

Last edited by stickboy; 15th June 2004 at 05:58.
stickboy is offline   Reply With Quote