Hi Dirk,
I took the PrefixNumber from one of the SDK sample and changed the prefixNumber in my XXXID.h file as below:
#define kCSDTPPrefixNumber 0x13e000 //old: 0xe9400 Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support)
But now when I build and ran in debug version, It gave me asserts for all my Implementations and that too on old Prefix (0xe9400)
I don't understand where is it getting the old prefix number now. Do I have to replace it any where else??
Also, I have not included any other plugin apart from mine.