Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - regsvr32 problem after update to v15.0.2
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

regsvr32 problem after update to v15.0.2

 Post Reply Post Reply
Author
Message
micha5104 View Drop Down
Newbie
Newbie


Joined: 06 June 2012
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote micha5104 Quote  Post ReplyReply Direct Link To This Post Topic: regsvr32 problem after update to v15.0.2
    Posted: 06 June 2012 at 9:12am
I'm currently updating a project from Xtreme.ToolkitPro v10.3 to v15.0.2. There are quite a few components in the project that use the Toolkit, some needing the /clr flag, others don't.

With any component that does not need the /clr flag the upgrade worked fine, but with the others I get a problem when I try to register the components (dll and ocx) on WinXP. Regsvr32 crashes with an unhandled exception when the DllRegisterServer function is called (it doesn't even reach the breakpoint in that function).

Dependency walker does not show any worrying missing dependencies.

The toolkit v10.3 was compiled as shared. With the new version I tried to compile it static, but also shared it fails to register.

Any ideas?

Thanks,
Micha
Back to Top
micha5104 View Drop Down
Newbie
Newbie


Joined: 06 June 2012
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote micha5104 Quote  Post ReplyReply Direct Link To This Post Posted: 13 June 2012 at 8:11am
Solved!

Turns out I had to set /GF (Enable String Pooling) in the settings (C/C++ -> Code Generation -> Enable String Pooling)
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.031 seconds.