Skip to main content
lukeo16745105
Inspiring
September 1, 2016
Answered

Getting error on Release setting when building the effect

  • September 1, 2016
  • 1 reply
  • 642 views

Hi guys, I developing an adobe after effects plugins recently, thanks for everyone who help me during that time. Now when everything goes ok and I want to build it on a release version, I got the following error:

Here is my release setting:

what did I missing? however it runs ok on debug version.

This topic has been closed for replies.
Correct answer lukeo16745105

Hi,

I found the solution for the release configuration:

trun on the Linker/Debugging , then set Generate Debug Info-->Optimize for debugging (?DEBUG)

thanks at all

1 reply

françois leroy
Inspiring
September 1, 2016

Hi,

you can check (for project AND associated .cpp files):

C/C++ preprocessor /

     preprocessor definition

          and replace _DEBUG by NDEBUG

(Not sure about the exact names for 'preprocessor and preprocessor definition, I use a french version...)

Cheers,

Francois

lukeo16745105
Inspiring
September 2, 2016

Thank you , Is it setting on Debug configuration? I can build sussesful on Debug configuration, but I still get the error on Release configuration.