New Release Universal Breakup

We discussed this in the chat box recently. Universal Breakup has a dependency on the debug version of the Visual C++ runtime library. Typically, only users that have the Visual C++ compiler installed will have this library and it is not available on the net (AFAIK). The addon needs to be rebuilt by the developer to remove this dependency, or replace with with a dependency on the release version of Visual C++ runtime library.
 
BJ -- it looks like this was compiled in "Debug" mode in Visual Studio, not "Release," which means that it won't work without the VC++ debug dlls (which only users who have VS will have). I don't remember where it was discussed, but that should fix the problem you were having with it not working for some people.
 
It looks like it was removed from O-H...Is it still around?
 
Yes, I noticed it was removed from O-H as well.

Does Visual C++ 2005 Express edition not include this DLLs? (This is available as a free trial)
 
Back
Top