Re: Renaming project that is also using VSS?
Tech-Archive recommends: Fix windows errors by optimizing your registry
Ok thanks. The particular project is a DLL. At some point I'll
distribute the updated DLL. This update will break existing apps that
are currently using the older DLL. Are there any methods for dealing
with this besides find/replace in the existing apps?
If I'm just starting an app I know will use DLLs that could very well
change their namespace, is there a way to encapsulate that? Would
creating an interface to the DLL solve this?
Brett
.
Relevant Pages
- Re: When were scanf_s functions introduced?
... one that is a "web install" (checks dependencies and only downloads those that are missing, ... then the amount of space for the CRT installer is probably not going to matter much and ... the CRT dll MSVCR80.dll? ... Say I have several different apps to deploy. ... (microsoft.public.platformsdk.security) - Re: Followup: Native win32 apps still require .NET runtime?
... >any thought I had of compiling my MFC app with CLR. ... I've written lots of MFC apps but haven't been tempted to recompile ... it may fix the bug I've seen, so I don't want to do that. ... I was originally skeptical someone told me about the DLL problem. ... (microsoft.public.dotnet.languages.vc) - Re: AssemblyVersion - what if I want to enter DLL Hell?
... specifically bound to a version of a DLL. ... > The title is a joke, clearly I don't want DLL Hell. ... > I regularly develop performance improvments to 'Utility.dll' which I> want all the console apps to benefit from. ... (microsoft.public.dotnet.framework) - hiding a db connection string
... We currently have a DLL that the VB6 ... apps call to get the production connection string. ... specify to the remote object where it's calling from (short of actually ... launch path in it as read only property, and maybe I can send that up ... (microsoft.public.dotnet.general) - Re: VS.Net CF/desktop problems
... > I'm building a CF DLL that can be called by the desktop environment and on ... I have a solution that contains test programs for both. ... > deployment popup asking if I want to run in the emulator or the device - ... > of these test apps) but simply trying to call the same DLL from both ... (microsoft.public.dotnet.framework.compactframework) |
|