I\'ve developed a module written in C++ that manages the licenses for my company\'s product. To prevent DLL replacement, it is our goal to staticall开发者_高级运维y link the DLLin the solution. This i
I make use of the Belgium Identity Card SDK for reading data 开发者_JAVA技巧from a idcard. The SDK exists of 2 components: interface dll and a wrapper dll.
I\'m trying to link to a V8 library (v8_base.lib) that I\'ve compiled in Visual Studio 2008 with the /MDd option. When I link to it from another library I get errors like:
I will make this very simple, as it can get quite confusing very quickly. I have a COM dll (made in VB6) tha开发者_开发技巧t I would like to be able to use through my C# application. Below are the ste
I have a Dll which is added into another solution now my code for reading开发者_JAVA百科 the configuration file is in DLL
I\'m developinga .NET 开发者_如何学CWINDOWS FORM Application , I need to develop a search moduleand this search could be used in many other applications,
I\'ve recently come up with some code that logic (and various places on the internet) says should work.
I have a dedicated Windows 2008 server with several websites and 1 windows service running. The service runs every 30 seconds and is pretty CPU intensive. However all sites are loaded really fast exc
I\'ve coded a p开发者_如何学Crogram in C that uses the NX Open C library.I have to compile it into a .dll, and as a 32-bit .dll on a 32-bit machine, it works beautifully.However, when I put the same c
I\'m working on a WPF map application that when it loads it looks at a SQL database and according to the map that is specified there loads it as a XAML drawing (using paths on a canvas).