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

Why there is no release configuration on Windows for Listener plugin?

Explorer ,
Dec 27, 2011 Dec 27, 2011

Copy link to clipboard

Copied

Hi All,

          I'm using Listener plugin from CS5 SDK. There is only Debug configuration on Windows example project. I created a Release configuration but i get linker errors if Code generation option is set to Multi Threaded and also if I set it to Multi Threaded Debug the project build succeeds.

         

          Is there any reason for not giving the Release configuration?

Thanks,

Dheeraj

TOPICS
SDK

Views

1.8K

Translate

Translate

Report

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
Adobe
Explorer ,
Jan 01, 2012 Jan 01, 2012

Copy link to clipboard

Copied

Is there anyone who knows the answer or the reason for no Release configuration?

Votes

Translate

Translate

Report

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
Jan 03, 2012 Jan 03, 2012

Copy link to clipboard

Copied

Check the Dissolve Example. It has a more complete set of configurations.

Votes

Translate

Translate

Report

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 ,
Jan 04, 2012 Jan 04, 2012

Copy link to clipboard

Copied

Thanks for responding Tom Ruark. But I wanted Release configuration for Listener only. I even created the configuration but it gave linker errors as I mentioned in previous post.

Votes

Translate

Translate

Report

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
Community Beginner ,
Apr 30, 2014 Apr 30, 2014

Copy link to clipboard

Copied

How did you resolve this problem?

Votes

Translate

Translate

Report

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 03, 2014 Sep 03, 2014

Copy link to clipboard

Copied

LATEST

I've run into that too (in VS2012 Express). The problem is that Configuration manager will create the new configuration, but it's really stupid: it may say 'Release' but it doesn't make all the changes required. It just copies the stuff from the Debug configuration. Best guess is either the _DEBUG preprocessor macro is still set and/or it's picking up the wrong runtime library, and half the possible combinations of those two will throw linker errors. You just need to walk through and fix *all* the compiler/linker options, preferably with a printout of options that work from another example project like Dissolve.

Votes

Translate

Translate

Report

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
Participant ,
Aug 02, 2014 Aug 02, 2014

Copy link to clipboard

Copied

Tom,

This template, which allows to parametrize the Plug IN with the HTML5 panels is the best thing ever happened to Photoshop SDK since the first API.

Please,

Give us a version with real release mode (Poor'sMan).

It might be crucial for performance.

Thank You.

Votes

Translate

Translate

Report

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