How to debug instantiation failure when regsvr32 succeeds
42 views
Skip to first unread message
kir...@gmail.com
unread,
Sep 29, 2012, 4:02:24 PM9/29/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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?
red floyd
unread,
Sep 29, 2012, 5:10:33 PM9/29/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
By posting in a newsgroup where your question is relevant?
None of C++98, C++03, or C++11 define DLL, msvcr110, msvcp110, atl110,
regsvr32, or progid.
kir...@gmail.com
unread,
Sep 30, 2012, 4:33:52 AM9/30/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On Saturday, September 29, 2012 2:10:41 PM UTC-7, red floyd wrote:
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.