No announcements
Found 2645833 threads
-
1 Votes
Shared use of WdfCoinstaller01009.dll by several drivers
removing the WdfCoInstaller DLL doesn't really removes the KMDF driver that it installs, as far as I understand. The main issue here is how to track the shared ...Answered | 4 Replies | 4297 Views | Created by lveyde - Monday, July 8, 2013 10:10 AM | Last reply by lveyde - Tuesday, July 9, 2013 9:35 PM -
0 Votes
Create & use shared dll
Hello, I've created a Class Library using vb.net, the thing is that several applications should use this file. I'm using Inno ...Answered | 2 Replies | 1503 Views | Created by Igal Berezovsky - Saturday, December 31, 2011 12:16 PM | Last reply by Mike Feng - Tuesday, January 3, 2012 10:33 AM -
0 Votes
Use of shared DLL to send messages between applications failure
Hello, I have two applications with a shared DLL between them. The DLL exist in each project of each ...Answered | 4 Replies | 2860 Views | Created by parreg - Friday, June 27, 2008 10:55 PM | Last reply by parreg - Tuesday, July 1, 2008 3:45 PM -
0 Votes
Creating just 1 dll out of several
Hello, I have a solution and in the solution I have a project called MyControls. I have a bunch of controls I made inside this project. One of the ...Answered | 1 Replies | 4089 Views | Created by Lavagin - Tuesday, May 5, 2009 7:38 PM | Last reply by Troels Larsen - Tuesday, May 5, 2009 8:19 PM -
0 Votes
How to build from command line both settings: Use Shared DLL and Use Static DLL
Hello boys. I use Visual Studio 2015. Projekt setting: Use MFC in a Shared DLL. For ...Answered | 3 Replies | 458 Views | Created by Lubomir1 - Sunday, July 15, 2018 11:29 AM | Last reply by RLWA32 - Sunday, July 15, 2018 4:48 PM -
0 Votes
Export Drivers (DLL) using Visual Studio + WDK
I want to build a Export driver (DLL) for windows 8 using Visual Studio (2012 RC) . Please help me with the steps in Visual studio as I was unable to do so by choosing Empty ...Unanswered | 1 Replies | 2647 Views | Created by kartik g - Thursday, September 6, 2012 12:24 PM | Last reply by Barry Wang - Friday, September 7, 2012 7:02 AM -
0 Votes
how to install shared .dll
Hi, there; I have some shared third party .dll (e.x: OPENNETCF) which are used by two different program. ...Answered | 1 Replies | 3424 Views | Created by Qiuwei - Monday, July 23, 2007 4:29 AM | Last reply by Ilya Tumanov - Monday, July 23, 2007 6:08 AM -
0 Votes
MPFProj - Shared Files between several projects
I developed my own custom project based on MPFProj. I would like to share files between several projects instance. I have two options: 1) File ... -
0 Votes
dll shared .text section
all the DLLs global and static variables. If your DLL needs to share data with other instances of it loaded by other applications, you can use either ...Answered | 2 Replies | 862 Views | Created by Multivac1 - Tuesday, January 26, 2016 10:47 AM | Last reply by May Wang - MSFT - Wednesday, January 27, 2016 7:23 AM -
0 Votes
Shared DLL code
I read on MSDN that when multiple applications use the same DLL, they each have their own copy of DLL data, but that they share the same code. What happens when a ...Proposed | 2 Replies | 256 Views | Created by Steven A. Brown - Wednesday, April 26, 2017 4:22 PM | Last reply by Hart Wang - Thursday, April 27, 2017 5:50 AM -
0 Votes
Shared dll release
and myshared2.dll are used by product A and B. From MSDN, it recomments to use dll redirection or manifest to do this. if I use ...Answered | 7 Replies | 5027 Views | Created by panchen - Tuesday, January 4, 2011 10:01 AM | Last reply by PhilWilson - Wednesday, January 12, 2011 8:35 PM -
15 Votes
MFC shared dll version.
Properties -> Configuration Properties -> General -> Use of MFC -> Use of MFC in a shared DLL.Answered | 14 Replies | 50496 Views | Created by Trenchless - Saturday, May 9, 2009 9:08 AM | Last reply by ddmmaa - Wednesday, March 18, 2015 4:30 PM -
0 Votes
What kind of Storage Drivers does azure use?
isn't file based because it will result in data corruption. Can someone tell me what type of storage drivers are using when a shared storage resource is attached ...Unanswered | 0 Replies | 252 Views | Created by soulofmischief87 - Wednesday, September 14, 2016 5:42 PM -
0 Votes
dlls shared across several projects
supply a bootstrapper package for specific versions of their product. The bootstrapper (setup.exe) will install the 1st time the user launches the ClickOnce application and ...Answered | 1 Replies | 3472 Views | Created by James M UK - Thursday, July 19, 2007 4:13 PM | Last reply by Scott Tucker [MSFT]2 - Thursday, July 19, 2007 6:38 PM -
0 Votes
shared values from DLL
Dim at the Class scope is identical to Private at the Class scope, so Dim Friend isn't possible. I'm not sure what you're really asking there. And what you describe in terms ...Answered | 4 Replies | 3202 Views | Created by Darin Horton - Tuesday, May 31, 2011 3:38 PM | Last reply by Andrew B. Painter - Tuesday, May 31, 2011 7:38 PM -
0 Votes
DLL Shared Memory in Vista
interested in packing or encrypting our DLL, however it would seem that mapping "Global\" shared memory at load time would be an ideal solution to the DLL ...Unanswered | 1 Replies | 3311 Views | Created by RandyHale - Monday, June 11, 2007 8:04 PM | Last reply by RandyHale - Thursday, June 14, 2007 5:08 PM -
0 Votes
InputPanel shared between several forms??!
Hi, Try unsubscribing the change event of the input panel in the form closing event:Answered | 2 Replies | 3226 Views | Created by dabd - Saturday, September 15, 2007 11:18 AM | Last reply by dabd - Monday, September 17, 2007 10:15 AM -
0 Votes
use of managed dll
HI How can i use managed dll in c++? my managed dlls code lokks like public classUnanswered | 0 Replies | 3883 Views | Created by NadeemAhmad - Wednesday, September 13, 2006 11:49 AM -
0 Votes
DLLMain equivalent in Use MFC in shared DLL.
Hi I was using DLLMain function to init global variable. Now I changed my Use of MFC flag from Standard libraries to Use MFC in Shared DLL. This gives me a ...Unanswered | 4 Replies | 4221 Views | Created by lb55 - Friday, March 5, 2010 7:32 PM | Last reply by lb55 - Sunday, March 7, 2010 4:56 PM -
0 Votes
Question :Use MFC in a Shared DLL and Static MFC
1) It own private copy of MFC library code. 2) No need distribute the shared DLLs Mfcxx.dll and Msvcrxx.dll ...Answered | 4 Replies | 15896 Views | Created by Vasant12 - Wednesday, May 18, 2011 2:14 PM | Last reply by Vasant12 - Thursday, May 19, 2011 9:06 AM - Items 1 to 20 of 2645833 Next ›
No announcements