Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Search Forums

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Gavino
Forum: Avisynth Development 26th January 2012, 21:55
Replies: 10
Views: 6,523
Posted By Gavino
Not magic, simply that it's only script language...

Not magic, simply that it's only script language functions that start a new scope. The built-in functions (and external plugins) are written using the API, and can optionally use the PushContext and...
Forum: Avisynth Development 26th January 2012, 20:43
Replies: 10
Views: 6,523
Posted By Gavino
Yes, it's defined to be 'undefined', if you see...

Yes, it's defined to be 'undefined', if you see what I mean. :)


IanB - I guess he'll be along soon to comment.
Forum: Avisynth Development 26th January 2012, 17:34
Replies: 10
Views: 6,523
Posted By Gavino
It's part of the Avisynth parser/interpreter. ...

It's part of the Avisynth parser/interpreter.


That's basically what I had in mind, though I would probably use
catch (...) {
env->PopContext();
throw;
}
The declaration of result...
Forum: Avisynth Development 26th January 2012, 11:50
Replies: 10
Views: 6,523
Posted By Gavino
Interesting... What is happening is that when...

Interesting...
What is happening is that when an exception causes a jump out of the failing function, its local scope is not being popped off the stack, so the local variables of the caller are...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT +1. The time now is 09:58.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.