foxyshadis
12th February 2006, 01:02
I'm writing a filter that's a mod of TIVTC's FrameDiff, which is pretty complex and some would even say brain-warping :p, and it compiles and links fine after including or eliminating the dependencies and renaming the classes. Problem is, when I load it up I get a runtime error about "an attempt to load the C runtime library incorrectly" [edit: lack of manifest caused it], then a normal can't load message. In debug mode it's only the normal can't load, no crash. This is with VS2005.
Simpler plugins worked just fine, and I've checked all the arguments and names and new variables, so I'm at a loss.
Does anyone know why this might be happening, or if there's a way I can debug it to find out why it might be failing? I don't know anything about debugging dll modules, especially in as complex a framework as avisynth.
Simpler plugins worked just fine, and I've checked all the arguments and names and new variables, so I'm at a loss.
Does anyone know why this might be happening, or if there's a way I can debug it to find out why it might be failing? I don't know anything about debugging dll modules, especially in as complex a framework as avisynth.