Can I deploy a CCM Component C++ binary developed by third party?
Yes and No. If third party compiled environment match with supported container environment, then container can generate additional glue code to make it final deployable zip file. At present no C++ ORB generates portable stubs and skeletons that can run in another ORB environment. For that reason its necessary that your third party environment must match with container environment in terms of C++ compiler, OS, processor and ORB if you want to deploy third party C++ binary.