Hi Jan,
Initially I was trying to build a managed C++ project for the Creo Object
Toolkit. It was giving me a compilation error of linking /md
(Multi-threaded DLL) with otk_cpp.lib and protoolkit.lib so I dropped that
idea. and started to build a C++ project with /mt (Multi-threaded) it
compiled but dll was not getting loaded. So when you suggested to use
protk_dll.lib in place of protoolkit.lib it started loading. In process of
that I find there are some lib file in pro/toolkit folder
like protk_dllmd.lib. so I included that into my initial managed C++
project and removed any dependency over Object Toolkit i.e. now my code is
pure pro/toolkit code. it is compiling without any error and getting unlock
as well but cero is not able to start application and showing the same
error which I was getting with my C++ dll.
so can you suggest me where I may be doing something wrong.
Regards,
Saurabh