Ah, right. Yes that would cause extra difficulty.
With that said, should the IDE generally be doing something along the lines of:


try
   start using stack "libURL"
catch tErr
   answer error "Error loading libURL... version conflict?"
end try

And would that relieve some of the problems with any incompatible library, in general?

It may not be so straightforward. In the case of a new version of libUrl (>= 1.1) with an old engine (< 2.6.1) I think a script error will pop up as soon as the engine tries to run/compile the script. I haven't checked out the details yet, but doesn't the engine start compiling scripts as soon as a stack is loaded?

_______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to