No announcements
Found 1073423 threads
-
0 Votes
Communication between application and dll projects
When I make a change in my dll, I see the changes in the application.Answered | 8 Replies | 1407 Views | Created by MikeOnMSDN - Friday, October 26, 2012 5:37 PM | Last reply by MikeOnMSDN - Tuesday, October 30, 2012 7:11 PM -
1 Votes
private communication between .NET and C++ native DLL.
There's no such thing as private communication between 2 dlls.Answered | 33 Replies | 3744 Views | Created by mathmax - Friday, August 9, 2013 10:05 AM | Last reply by Mike Danes - Friday, August 16, 2013 1:11 PM -
0 Votes
Distinguish Between Com Dll and simple Dll
"What are the differences between a .NET Assembly, a Windows DLL and a COM Component?Answered | 5 Replies | 2652 Views | Created by Piyush349 - Thursday, April 22, 2010 6:49 AM | Last reply by Mike_999 - Thursday, April 22, 2010 7:10 AM -
2 Votes
Communicating independant dlls
Best regards, Mike Feng MSDN Community Support | Feedback to us Please remember to mark the replies as answers if they help ...Answered | 6 Replies | 1660 Views | Created by SergioTorres - Monday, September 3, 2012 10:43 PM | Last reply by SergioTorres - Saturday, October 13, 2012 12:23 AM -
2 Votes
How dll is shared between processes
On 5/31/2012 1:59 PM, xyzam wrote: I am willing to understand how dll is shared between processes?Answered | 4 Replies | 9302 Views | Created by xyzam - Thursday, May 31, 2012 5:59 PM | Last reply by Elegentin Xie - Wednesday, June 6, 2012 10:26 AM -
2 Votes
what is the difference between .EXE and .DLL
Those can refer to dlls.Answered | 3 Replies | 4981 Views | Created by PavanTest - Sunday, September 6, 2009 10:22 AM | Last reply by Hiren_130489 - Wednesday, September 26, 2012 2:06 PM -
1 Votes
what is the difference between dll and webservice
Hi, Dynamic-link library (or a DLL file) is a collection of subroutines or classes used to develop software....and it's specific to a platform.Answered | 3 Replies | 7593 Views | Created by Arulraj J - Tuesday, July 20, 2010 8:04 AM | Last reply by Arulraj J - Tuesday, July 20, 2010 1:53 PM -
0 Votes
Communication between packages
which is the best way to exchange data and communicate between VSPackages ?Answered | 1 Replies | 3494 Views | Created by Gabriele Farina - Monday, June 16, 2008 8:54 PM | Last reply by Feng Chen - Wednesday, June 18, 2008 11:26 AM -
1 Votes
Difference between Signed and Unsigned DLL.
Signed dll are strongly named.Answered | 4 Replies | 29545 Views | Created by sams6 - Thursday, June 3, 2010 11:32 AM | Last reply by Mark.Owens - Sunday, February 4, 2018 1:15 PM -
7 Votes
What is the difference between .dll and .exe ?
<copied> the main difference between .dll and .exe is that .dll has no main function and .exe has main function that is the reason .dll is ...Answered | 11 Replies | 71814 Views | Created by TheNemo - Tuesday, June 12, 2007 12:45 PM | Last reply by Harish Supekar - Wednesday, July 12, 2017 12:06 PM -
0 Votes
Communications Between VM's
Hi, If two Virtual Machines within the same region, but on different cloud services, they will communicate with each other using the internal IP address.Answered | 4 Replies | 639 Views | Created by PizzaTheHut2 - Tuesday, November 18, 2014 11:29 AM | Last reply by Susie Long - Thursday, November 20, 2014 3:24 AM -
1 Votes
Messaging between C++ dll and C# app
Hi QApp In the link witch I provided in my previous post you will be able to pass data from a C\C++ DLL to a C# application.Answered | 5 Replies | 3485 Views | Created by QApp - Wednesday, December 10, 2008 12:35 PM | Last reply by QApp - Monday, December 15, 2008 3:49 PM -
0 Votes
Creating a C++ DLL in Visual Studio Community
I see the DLL option now.Answered | 3 Replies | 1604 Views | Created by SidharthaXx - Monday, September 28, 2015 3:01 PM | Last reply by SidharthaXx - Monday, September 28, 2015 5:08 PM -
0 Votes
communication between different subnets in a Vnet?
I am thinking you would need peering between the vnets in order for the subnets in the two vnets to communicate and would this communication be automatic without any ...Answered | 3 Replies | 2235 Views | Created by kimdav111 - Monday, September 23, 2019 1:11 AM | Last reply by msrini - MSFT - Tuesday, September 24, 2019 4:50 AM -
0 Votes
.NET cf - share a dll between two processes
The first part will be the main program and the second part will be the datasync between the PPC and the Server.Answered | 1 Replies | 10220 Views | Created by Sean Solt - Friday, August 15, 2008 6:19 AM | Last reply by Shrikant Maske - Wednesday, November 5, 2008 6:42 AM -
0 Votes
Exception throw between DLLs boundaries
DaveAnswered | 3 Replies | 1053 Views | Created by Gordon Sin - Wednesday, February 17, 2016 6:50 AM | Last reply by David Lowndes - Friday, February 19, 2016 8:17 AM -
0 Votes
Communication between forms
For some reason, I don't remember any time that I had to deal with the communication between form (Other than some shared value that could be done by other ...Answered | 10 Replies | 3495 Views | Created by Crazypennie - Friday, December 4, 2009 4:31 PM | Last reply by Crazypennie - Friday, December 4, 2009 8:03 PM -
1 Votes
Differences between signed and unsigned dlls
Hi, Can someone brief on differences between signed and unsigned dlls.Answered | 4 Replies | 4951 Views | Created by sams6 - Thursday, September 16, 2010 11:30 AM | Last reply by sams6 - Monday, September 27, 2010 8:51 AM -
0 Votes
What's the difference between a DLL's LIB and a Static Lib?
The .lib accompanying the .dll only contains the import table >for the .dll; the .dll itself contains the actual object files.Answered | 4 Replies | 16739 Views | Created by SoBigSoBig - Friday, December 25, 2009 7:20 AM | Last reply by WayneAKing - Friday, January 1, 2010 8:26 AM -
1 Votes
compatibility between odbcjt16.dll and odbcjt32.dll?
The application on one computer is 16-bit (win31) application, which uses odbcjt16.dll (the 16bit odbc) driver to access the MS access 2.0 database.Answered | 1 Replies | 9799 Views | Created by ZRON - Saturday, October 31, 2009 2:05 AM | Last reply by Ed Price - MSFT - Monday, April 8, 2013 3:18 PM - Items 1 to 20 of 1073423 Next ›
No announcements