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

Plugin Load problem with photoshop CS4

New Here ,
Feb 26, 2009 Feb 26, 2009
Hi all,

i want to migrate my filter plugin from 32bit to 64bit environment in

adobe photoshop CS4.

Firstly i have tried to build one sample filter plugin(Dissolve). i have

build it sucessfully and placed the plugin inside the Filter subfolder of

plugin folder.

when i run the photoshop CS4(64 bit)the sample plugin is not been showing

in the filter plugin list.

I have looked into the system info regarding the loaded plugins., but i

haven not find the dissolve plugin name over there.

i have not even get any error message regarding the plugin load.

What will be the reason for this, Can anybody help me out in this..

Any type of help is highly appreciated.. If anybody has any confusion in

understanding my problem .. please revert me back..

Regards
Hemant
TOPICS
SDK
2.7K
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
Adobe
Feb 26, 2009 Feb 26, 2009
That sounds like the PiPL doesn't correctly identify the plugin as having 64 bit code, or that the plugin is not in the correct plugins folder (ie: the wrong copy of Photoshop).
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
New Here ,
Mar 02, 2009 Mar 02, 2009
Thanks Chris
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
Mar 03, 2009 Mar 03, 2009
LATEST
Check your PiPL for something like this:

#if MSWindows
#if defined(_WIN64)
CodeWin64X86 { "U3D_ENTRY" },
#else
CodeWin32X86 { "U3D_ENTRY" },
#endif
#endif
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