Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Getting error on Release setting when building the effect

Explorer ,
Sep 01, 2016 Sep 01, 2016

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:

11.png

44.png

Here is my release setting:

22.png33.png

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

TOPICS
SDK
483
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Sep 01, 2016 Sep 01, 2016

Hi,

I found the solution for the release configuration:

11.jpg

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

thanks at all

Translate
Enthusiast ,
Sep 01, 2016 Sep 01, 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 01, 2016 Sep 01, 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.22.jpg11.jpg

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 01, 2016 Sep 01, 2016

Hi,

I found the solution for the release configuration:

11.jpg

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

thanks at all

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 02, 2016 Sep 02, 2016
LATEST

Oh, I didn't know we could tell visual studio to do it for us. Cool! 😉

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines