I\'ve inherited a fairly large C++ project in VS2005 which compiles to a DLL of about 5MB. I\'d like to cut down the size of the library so it loads faster over the network for clients who use it from
I have an old dll that uses the Microsoft Visual C++ 2003 (7.1) run time package.Unfortunately I don\'t have that DLL around anymore.Short of reinstalling VS2003, is there another 开发者_StackOverflow
I have the MySQL Connector/NET installed on my PC.I modified the source code and recompiled one of the dlls (MySQL.Data.dll).With the program already installed, how can a开发者_高级运维dd this dll to
I have a dynamic library (plugin) that uses another dynamic library (dependency). I use the dependency in two ways:
I have a DLL (Test.dll) which contains some Excel Addin, i don\'t know which version this is build with (might be with VB6, but i am not sure).
I\'ve compiled a DLL in Visual Studio (the source code is in C++, which I barely understand). Here\'s a piece of Scraper.h:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Okay so i am trying to convert some projects into DLL\'s. These are all visual studio 2008 projects, and are all written in C++.
We include a 3rd Party lib+DLL that recently causes a lot of trouble on installations. Using dependencywalker, we found that the dll itself refers to two different Versions of
This seems to be a common error, but most people online choose to just ignore the warning and move on.I do not wish to ignore the warning.