Hello,
I'm writing an AE Plug In.
I'm using VS 2010 on Windows 7 64Bit.
I'm using some optimizations which requires compilation in "Release Mode".
Yet, all the Plug In samples in the SDK are given in "Debug Mode" only.
I'm aware of those threads:
I removed the "_DEBUG" flags and used the "/MT" flag as suggested.
Yet my compiler still says the compilation is done in "Debug Mode" hence no optimization is applied.
It's too bad, since in Photoshop SDK I have a release sample and there with the same algorithm I get up to x4 better performance.
Has anyone succeeded in switching into "Release Mode"?
I hope Adobe's people would give us the required information.
Thank You.