No announcements
Found 586854 threads
-
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 | 26632 Views | Created by PriyRotti - Tuesday, August 9, 2011 3:23 PM | Last reply by mair.s - Tuesday, August 9, 2011 6:09 PM -
0 Votes
How to convert an Exe to Dll using Visual Studio
>I have to convert an Exe to Dll using Visual Studio, how to do this?Answered | 1 Replies | 12040 Views | Created by John Jos - Wednesday, April 30, 2014 6:34 AM | Last reply by Anna Cc - Thursday, May 1, 2014 2:18 AM -
0 Votes
DLLs and EXEs
ravharishatlivein: The same way, just pass the path to the exe into Martin's method.Answered | 9 Replies | 3378 Views | Created by ravharishatlivein - Tuesday, October 14, 2008 4:01 PM | Last reply by ravharishatlivein - Thursday, October 16, 2008 4:40 PM -
0 Votes
How to convert UserControl to dll?
In this case it will compiled into the .exe of the main Form.Answered | 2 Replies | 12188 Views | Created by Mrs. Maro - Thursday, May 17, 2012 12:50 PM | Last reply by Ellen Ramcke - Thursday, May 17, 2012 1:17 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 | 2994 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 | 655 Views | Created by Arun6784 - Thursday, November 5, 2015 3:03 PM | Last reply by Jack Zhai-MSFT - Sunday, November 8, 2015 7:30 AM -
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 | 71804 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
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 | 526 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 | 25678 Views | Created by cboshdave - Thursday, January 21, 2010 6:03 PM | Last reply by Reed Copsey, Jr - Thursday, January 21, 2010 7:21 PM -
0 Votes
Design question - exe vs dll
Windows recognizes the difference between DLL and EXE through PE Header in the file.Answered | 3 Replies | 938 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 -
2 Votes
what is the difference between .EXE and .DLL
Those can refer to dlls.Answered | 3 Replies | 4974 Views | Created by PavanTest - Sunday, September 6, 2009 10:22 AM | Last reply by Hiren_130489 - Wednesday, September 26, 2012 2:06 PM -
0 Votes
Convert Regular dll to extension dll
Create a extension Dll and now start doing copy paste from regular to extension dll or wise versa. you can't convert directly to them .Answered | 4 Replies | 1330 Views | Created by Damme88 - Wednesday, June 5, 2013 2:40 AM | Last reply by summoneral - Tuesday, December 17, 2013 7:53 AM -
0 Votes
DLL and EXE to share same "Settings"
you can merge all configuration settings into the main EXE configuration file.Answered | 1 Replies | 3305 Views | Created by stevescottwork - Monday, November 10, 2008 1:43 PM | Last reply by Manuj Aggarwal - Thursday, November 13, 2008 7:12 AM -
0 Votes
Convert .vbs to .exe
http://www.developerfusion.com/tools/convert/csharp-to-vb/.Answered | 25 Replies | 26879 Views | Created by FFA702 - Monday, April 13, 2009 6:16 PM | Last reply by kaymaf - Saturday, April 3, 2010 5:10 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 | 5604 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 -
0 Votes
Generate the C++ code to a DLL but no a EXE file
I want to generate the DLL with .NET Framework 4.0, then invoke this DLL from a VB.NET project.Answered | 6 Replies | 2087 Views | Created by gaxjyxq - Tuesday, August 14, 2012 6:37 AM | Last reply by davewilk - Wednesday, August 15, 2012 10:44 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 | 702 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 | 3721 Views | Created by LMCSHERRY - Sunday, September 25, 2011 9:22 PM | Last reply by AirWaves - Thursday, September 29, 2011 3:01 AM -
0 Votes
How to convert .lib to .dll?
Hi, For Question 1: http://stackoverflow.com/questions/2384932/converting-static-link-library-to-dynamic-dll For Question ...Answered | 3 Replies | 2932 Views | Created by JennWill - Thursday, November 22, 2012 11:34 AM | Last reply by DhavalPanchal247 - Friday, November 23, 2012 8:16 AM -
2 Votes
Convert DLL to C#.NET code
The Ildasm.exe parses any .NET Framework .exe or .dll assembly, and shows the information in human-readable format.Answered | 3 Replies | 30816 Views | Created by Jaydeep Kadam - Thursday, August 26, 2010 7:50 AM | Last reply by Gireesh_SharePoint - Monday, June 6, 2011 11:35 AM - Items 1 to 20 of 586854 Next ›
No announcements