1
vote
0answers
173 views
Windows 7 OpenLDAP Curl DLL Dependency Hell
Hi,
I really hope someone can be of help to me because this problem has me totally stuck and frustrated.
Yesterday I installed a fresh and shiney new Windows 7 x64 onto a develop …
0
votes
0answers
22 views
Missing DLL attempts to load when a program starts - Windows XP [closed]
Windows pops up the "Unable To Load Component" warning whenever any program starts.
The DLL is netexmls.dll which I can't find anywhere in the registry or on google. Most programs …
0
votes
2answers
549 views
vcredist_x86.dll and version 8.0.50727.4053
Hello,
Visual C++ 2005 I build on my system use CRT DLLs version 8.0.50727.4053. I believe it is the latest one and was automatically updated by Windows.
On user systems, this ve …
8
votes
4answers
2k views
Generate manifest files for registration-free COM
I have some applications (some native, some .NET) which use manifest files so that they can be deployed in complete isolation, without requiring any global COM registration. For ex …
0
votes
1answer
59 views
Compiling Qt using MSVC 2005 and dealing with SxS Windows
A group I am working with is tasked with developing a new project using Qt. However, we need to be able to link with C++ libraries from the MSVC 2005 world. We will also need to …
6
votes
7answers
183 views
I keep hearing about DLL hell - what is this?
Simple question but I keep hearing about DLL hell - what is this all about?
Thanks,
MarcoPolo
0
votes
1answer
56 views
How to avoid .dll dependencies under .NET
Hello:
I am writing a C++/CLI which have access/"dependencies" to many DLL COM and DLL .NET libraries.
Is this possible to link/join all these libraries into my C++/CLI program a …
4
votes
2answers
243 views
Force .NET interop to use local COM DLL
Is it possible to force an interop assembly to reference a local copy of its associated COM DLL?
Here's the scenario:
I have a .NET app that references an interop assembly (Inter …
1
vote
2answers
234 views
Using libxml2 in Visual Studio 2008 and Windows XP
I have a weird problem when running an application that uses GNOME's libxml2 under Visual Studio 2008 (VS2008-SP1) and Windows XP.
I have two C++ projects:
Project A (a library …
0
votes
4answers
892 views
Where can I find MSCVR80.DLL v8.0.50727.3053 ??
I've got a bug from one of our customers and believe that the problem lies with MSVCR80.DLL v8.0.50727.3053 - a version which I cannot find for download anywhere, however a google …
1
vote
2answers
106 views
Embed IE6 with MFC
Hi guys,
I'm looking to use the "Microsoft Web Browser" ActiveX control in an MFC app, but we need it to be IE6 in order to support legacy stuff and all that not-so-fun stuff. The …
3
votes
5answers
5k views
Application has failed to start … application configuration is incorrect - VC++ 2005 Runtime Problem
Hello,
We moved our Visual C++ 2003 solution to Visual 2005 and now we have problems deploying to clean XP machines.
Our solution has a DLL project and a command line executable …
0
votes
0answers
45 views
Automatically detecting incompatible DLL references
Is there a tool that takes a solution or a set of DLLs, and automatically detects incompatible references (two DLLs that reference that same DLL but with different versions, thus r …
0
votes
2answers
85 views
ActiveX dependencies in Access
I'm using the Crystal Reports Viewer 11 ActiveX control in an Access form (version 2007, 2003 format). Everything works well on my development machine, where I have CRXI installed …
0
votes
2answers
498 views
Is it possible to add a directory to DLL search path from a batch file or cmd script?
MSDN says that the function SetDllDirectory() can be used to insert a directory into the DLL Search Path. Can this function be accessed from a batch file or cmd script, perhaps usi …
