Hello everybody!
I have ported my CS6 plug-in to CC 2014, but at loading time this message appears:
Entry point "?_Orphan_all@_Container_base0@std@@QEAAXXZ not found in DLL <plug-in>-name."
Procedure: I took BasicDialog sdk example, built it, it is loadable in CC2014. Then I added all of my c-files, build succeeded. Loading failed.
After this error I removed step by step my own files from the project until the PlugIn was loadable again.
I compared compiler settings with my CS6 project and changed some of them, e.g. optimization. When I switched-off this option, the error also occured, even if the plug-in was loadble with the same code but different settings.
Has anybody seen this message before? And if so, what should I check in my IDE or code?
Thanks a lot!
kb_alfa