On Saturday, September 29, 2012 2:10:41 PM UTC-7, red floyd wrote:
> On 9/29/2012 1:02 PM wrote:
> > My DLL uses and I've statically linked to msvcr110, msvcp110 and atl110. Regsvr32 succeeds. However when I goto instantiate via progid I get the error:
> > Runtime Error: Automation server can't create object
> > How can I determine what is causing the problem?
> By posting in a newsgroup where your question is relevant?
> http://www.parashift.com/c++-faq-lite/which-newsgroup.html
> None of C++98, C++03, or C++11 define DLL, msvcr110, msvcp110, atl110,
> regsvr32, or progid.
Thanks Red. I'm a new user and would have appreciated a more helpful response, maybe what group to post to. I want to thank stackoverflow.com, this was a 32/64 bit build issue.