Support Board
Date/Time: Wed, 15 Jan 2025 22:00:57 +0000
Post From: c_VAPContainerBase Error
[2017-09-07 19:25:46] |
gomifromparis - Posts: 244 |
What I mean is that previously Sierra installation deployed the VS2010 runtime. So I used to compile my studies with the the Visual 2010 toolset, and the studies worked OK on any customer's computer because the VS2010 runtime was deployed by Sierra installer. New versions of Sierra don't deploy the VS2010 runtime anymore. But you must be relying on some C++ runtime ? My question is : which one is it, since I want to use the same so I can rely on Sierra install to provide the runtime to customer computers. Or is it all linked statically now ? On my side I can't link statically, since I use the CLR, so I need to link dynamically. And moreover it's evil ... Says Microsoft :-) |