Skip to main content
Participant
June 24, 2009
Question

Plugin Filter, x64 - Debug only

  • June 24, 2009
  • 1 reply
  • 1061 views

Hello All,

I have a plugin filter which works fine with Win32 debug/release and x64 Release. But when I build a x64 Debug, the filter never shows up in the Photoshop CS* Filter Menu options.

What am I missing, Your advise is greatly appreciated.

thx

Chidu

This topic has been closed for replies.

1 reply

Chris Cox
Legend
June 25, 2009

Either you don't have the built binary copied or aliased to the Photoshop plugins folder correctly, or somehow you have an incorrect PiPL for the debug target.

ChiduRAuthor
Participant
June 25, 2009

Hello Chris,

Thanks for the reply. I found the problem. It was a stack overflow at the beginning of the application which was happenning in the debug build's only. The Win Debugger helped me track these issues.

thx

Chidu.