In InDesign CS5 Debug version, when my plugin loads I get numerous asserts as follows:
ObjectModel ID kTextStoryBoss is multiply defined by plugin 0x201 & plugin 0x40300
ObjectModel ID kVOSTextObjectBoss is multiply defined by plugin 0x40300 & plugin 0x201
ObjectModel ID kAttrBossListBoss is multiply defined by plugin 0x201 & plugin 0x40300
ObjectModel ID kCopyOneStyleCmdBoss is multiply defined by plugin 0x201 & plugin 0x40300
.
.
.so on
My plugin ID is 0x40300 and the plugin ID 0x201, I believe, is of InDesign's Text plugin.
I have not defined kTextStoryBoss, etc., in my plugin. It seems IDs are clashing. I tried using the ID generated by DollyX.
Still the same problem. Can anyone point me what could cause such asserts? Or how can I fix this?
Thanks,
Vinoth