No announcements
Found 729612 threads
-
0 Votes
Design question - exe vs dll
Windows recognizes the difference between DLL and EXE through PE Header in the file.Answered | 3 Replies | 927 Views | Created by Context Menu Solution - Tuesday, April 5, 2016 10:52 AM | Last reply by William Xifaras - Tuesday, April 12, 2016 4:38 PM -
0 Votes
DLL Vs EXE
What is the difference between exe and dll in term of memory or any big difference.?Answered | 2 Replies | 5596 Views | Created by Sudhir Goswami - Wednesday, March 17, 2010 10:04 AM | Last reply by Sanjiv Kumar - MCTS - Wednesday, March 17, 2010 2:54 PM -
1 Votes
VB.Net Dll or exe for VC++ application (VS 2008)
I have used an ActiveX exe generated from VB6.0 that displays a grid in our application .Answered | 1 Replies | 4034 Views | Created by Rose44 - Friday, July 10, 2009 6:26 AM | Last reply by nobugz - Friday, July 10, 2009 11:13 AM -
0 Votes
DLLs and EXEs
ravharishatlivein: The same way, just pass the path to the exe into Martin's method.Answered | 9 Replies | 3369 Views | Created by ravharishatlivein - Tuesday, October 14, 2008 4:01 PM | Last reply by ravharishatlivein - Thursday, October 16, 2008 4:40 PM -
2 Votes
Possible to build dll's in an exe.?
Why don't you use a simple setup application that'll make it easy to distribute a single file (either an exe or an msi) that'll install your exe along with all dependent ...Answered | 6 Replies | 2983 Views | Created by programatic - Thursday, August 20, 2009 9:32 PM | Last reply by Fisnik Hasani - Saturday, August 22, 2009 3:17 PM -
0 Votes
Debugging an Exe and DLL
>But now I am trying to attach these two projects so that I get a link when debugging from the exe project to the .dll project.Answered | 2 Replies | 644 Views | Created by Arun6784 - Thursday, November 5, 2015 3:03 PM | Last reply by Jack Zhai-MSFT - Sunday, November 8, 2015 7:30 AM -
0 Votes
Conditionally compile to exe or dll
For example, if you currently have the “Debug” configuration, set for EXE, then you can create a new configuration called “Debug-DLL”, having ...Answered | 1 Replies | 516 Views | Created by developer1 - Tuesday, August 9, 2016 9:42 AM | Last reply by Viorel_ - Tuesday, August 9, 2016 6:30 PM -
2 Votes
Compile as .dll instead of .exe
I am trying to compile as .dll file instead of .exe.Answered | 3 Replies | 25654 Views | Created by cboshdave - Thursday, January 21, 2010 6:03 PM | Last reply by Reed Copsey, Jr - Thursday, January 21, 2010 7:21 PM -
2 Votes
I need to convert a exe file into a dll
Like i suggested earlier, try to add refernce to this exe and access the classes from within the exe.Answered | 5 Replies | 26599 Views | Created by PriyRotti - Tuesday, August 9, 2011 3:23 PM | Last reply by mair.s - Tuesday, August 9, 2011 6:09 PM -
1 Votes
How to combine all the .dll into wpf exe?
Either Do what everyone else does and copy the dll with your exe.Answered | 8 Replies | 10600 Views | Created by a.net sukbir - Wednesday, December 16, 2015 4:02 PM | Last reply by davidbaxterbrowne - Wednesday, December 16, 2015 7:34 PM -
4 Votes
ActiveX exe in VS 2013
There is a COM Class project in Visual Studio that enables you to create a managed .NET DLL with a COM interface, but this is an in-process DLL, similar to an ActiveX ...Answered | 10 Replies | 1821 Views | Created by AlinPop - Sunday, March 1, 2015 5:57 PM | Last reply by Paul P Clement IV - Wednesday, March 4, 2015 10:48 PM -
2 Votes
what is the difference between .EXE and .DLL
Those can refer to dlls.Answered | 3 Replies | 4962 Views | Created by PavanTest - Sunday, September 6, 2009 10:22 AM | Last reply by Hiren_130489 - Wednesday, September 26, 2012 2:06 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 ...Answered | 11 Replies | 71790 Views | Created by TheNemo - Tuesday, June 12, 2007 12:45 PM | Last reply by Harish Supekar - Wednesday, July 12, 2017 12:06 PM -
1 Votes
SendMessage from .exe to regular .dll message not working
My main problem is circular dependencies among DLLs and the EXE.Answered | 19 Replies | 2278 Views | Created by rtischer8277 - Tuesday, July 7, 2015 6:55 PM | Last reply by rtischer8277 - Friday, July 10, 2015 7:02 PM -
0 Votes
DLL and EXE to share same "Settings"
you can merge all configuration settings into the main EXE configuration file.Answered | 1 Replies | 3295 Views | Created by stevescottwork - Monday, November 10, 2008 1:43 PM | Last reply by Manuj Aggarwal - Thursday, November 13, 2008 7:12 AM -
1 Votes
Plain exe or dll as a function
I saw in this following link that you can run an exe as a CreateProcess from an Azure function.Answered | 1 Replies | 695 Views | Created by DafnaF - Sunday, March 26, 2017 1:05 PM | Last reply by AhmedElSayed - Tuesday, March 28, 2017 10:18 PM -
3 Votes
Is it possible to compile the .DLLs into a single .EXE?
It is possible to make portable exe but that requires knowledge of C# or VB.Answered | 4 Replies | 3713 Views | Created by LMCSHERRY - Sunday, September 25, 2011 9:22 PM | Last reply by AirWaves - Thursday, September 29, 2011 3:01 AM -
1 Votes
How Do I get an exe to look within itself for dlls that it needs
The method is to write the dll's to the exe's data and update the PE Header so the system loader will know the where to look when it executes the file.Answered | 5 Replies | 3557 Views | Created by Glinka - Tuesday, December 27, 2011 12:24 AM | Last reply by Glinka - Friday, December 30, 2011 7:21 AM -
1 Votes
COM DLLs built with different versions of VC withing the same EXE - compatibility
We have an EXE built in VS2015.Answered | 1 Replies | 408 Views | Created by CJM-YMX - Wednesday, August 3, 2016 9:12 AM | Last reply by RLWA32 - Wednesday, August 3, 2016 10:48 AM -
10 Votes
C# console application compiles to .dll and not .exe
It builds to a dll.Answered | 13 Replies | 35906 Views | Created by yperz - Monday, January 1, 2018 3:07 PM | Last reply by Rakhi Shah - Wednesday, August 5, 2020 7:48 PM - Items 1 to 20 of 729612 Next ›
No announcements