No announcements
Found 729735 threads
-
10 Votes
C# console application compiles to .dll and not .exe
It builds to a dll.Answered | 13 Replies | 33419 Views | Created by yperz - Monday, January 1, 2018 3:07 PM | Last reply by Rakhi Shah - Wednesday, August 5, 2020 7:48 PM -
0 Votes
VS 2010 Express .exe
Preferable that we can do this in VS 2010 Express.Answered | 5 Replies | 6413 Views | Created by AMpractice - Tuesday, April 27, 2010 7:21 PM | Last reply by Yi Feng Li - Monday, May 10, 2010 1:34 AM -
0 Votes
Invoking an Exe from a DLL and calling its function
But for my case EXE and DLL are independent of each other or the EXE is invoked by the DLL using CreateProcess().Answered | 4 Replies | 2298 Views | Created by Arun KM - Tuesday, March 22, 2016 1:33 PM | Last reply by RLWA32 - Wednesday, March 23, 2016 1:25 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 | 1934 Views | Created by gaxjyxq - Tuesday, August 14, 2012 6:37 AM | Last reply by davewilk - Wednesday, August 15, 2012 10:44 AM -
0 Votes
How to compare obj/exe/dll files
fully documented to work this way.Answered | 4 Replies | 5601 Views | Created by Mariusz102102 - Wednesday, February 22, 2012 8:35 AM | Last reply by Darran Rowe - Saturday, June 20, 2020 2:22 PM -
0 Votes
MSI vs EXE
http://msdn.microsoft.com/en-us/library/windows/desktop/aa372468(v=vs.85).aspx Best Regards, Bob Wu [MSFT] MSDN Community ...Answered | 2 Replies | 2865 Views | Created by Gordon_K - Thursday, June 28, 2012 1:57 PM | Last reply by Bob Wu-MT - Tuesday, July 3, 2012 9:28 AM -
0 Votes
How to get EXE/DLL executing path?
This explains it from developer.Answered | 4 Replies | 7269 Views | Created by Pratap09 - Tuesday, October 5, 2010 10:55 AM | Last reply by Mr. Javaman - Thursday, October 7, 2010 4:49 PM -
1 Votes
What BEST to use in .NET Form Application , DLL OR EXE?
I personally prefer Keeping the search module in a DLL.Answered | 2 Replies | 2328 Views | Created by MABUSAFIAH - Tuesday, October 11, 2011 12:28 PM | Last reply by Adavesh - Tuesday, October 11, 2011 1:42 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 | 9011 Views | Created by John Jos - Wednesday, April 30, 2014 6:34 AM | Last reply by Anna Cc - Thursday, May 1, 2014 2:18 AM -
5 Votes
Is there a way to share code between DLL and EXE
BusinessLogic.DLL opens and closes db connections and therefore even if I have two client .exe's on the same machine, they share the same dll and thus share the same db.Answered | 11 Replies | 3037 Views | Created by Michael Cook - Monday, December 8, 2008 6:06 PM | Last reply by Corey Furman - Monday, December 15, 2008 12:30 PM -
0 Votes
cannot load .dll files in another directory when double clicking on the .exe
Note: The dll(s) are in a totally different folder than the .exe.Answered | 3 Replies | 1489 Views | Created by Lofty88 - Thursday, September 11, 2014 7:53 AM | Last reply by Amanda Zhu - Monday, September 15, 2014 2:26 AM -
2 Votes
Displaying bitmaps on commandbuttons that are kept within a DLL or EXE
VFP can't refer to images in resource DLLs or resources stored in EXE, even if it would be an EXE or DLL you compile with VFP.Answered | 6 Replies | 826 Views | Created by Tom Borgmann - Monday, August 11, 2014 8:47 AM | Last reply by Tom Borgmann - Thursday, August 21, 2014 11:43 AM -
0 Votes
Configuration Type and $(TargetExt) macro for x64 DLL configuration ends up as exe
Then just change it to x86 boom it is perfect and back to DLL again!!Answered | 3 Replies | 941 Views | Created by ananda vardhana - Thursday, October 8, 2015 9:19 PM | Last reply by Jiayi Li - Monday, October 12, 2015 6:59 AM -
0 Votes
Latest and best way to call managed exe from a native dll
I have a c# exe that loads a native dll and pinvokes it when necessary.Answered | 3 Replies | 813 Views | Created by JSojourn - Thursday, May 2, 2013 7:53 PM | Last reply by CoolDadTx - Saturday, May 4, 2013 2:40 AM -
1 Votes
How to debug a dll in VS 2010 Express
put a simple class in the dll for now.Answered | 3 Replies | 7872 Views | Created by Mies07 - Wednesday, January 12, 2011 8:10 PM | Last reply by MaybeCompletelyW - Friday, January 14, 2011 8:29 PM -
2 Votes
.Net Core Console App produces DLL instead of EXE
In Visual Studio we could tweak the project.json by adding a runtimes section to list the environments the app (e.g win10-x64 ) to produces DLL instead of EXE.Answered | 2 Replies | 6239 Views | Created by DaveIII - Tuesday, March 14, 2017 10:09 PM | Last reply by Jan Lenoch - Friday, March 24, 2017 11:31 AM -
0 Votes
Get properties/fields/methods from an dll/exe...
Comments are just that, comments - when the code is compiled, they are "thrown away" and not included in the DLL or EXE, so there is no way to get them.Answered | 11 Replies | 13070 Views | Created by IamHuM - Wednesday, January 27, 2010 4:27 PM | Last reply by Michal Burger - Friday, January 29, 2010 12:42 AM -
0 Votes
How can choose msdia80.dll, msdia90.dll, msdia90.dll in an exe com server dynamically?
Just use the View TypeLib... and open the .dll.Answered | 1 Replies | 3761 Views | Created by YangmeiGe - Thursday, February 23, 2012 1:47 PM | Last reply by Ed Dore - Thursday, February 23, 2012 8:30 PM -
0 Votes
Debugging native DLL used in managed EXE on WEC2013
I have a scenario where I want to debug a native DLL that is consumed by a .NET application.Answered | 2 Replies | 1106 Views | Created by SimonRev - Friday, November 14, 2014 6:55 PM | Last reply by FredXerox - Friday, May 27, 2016 8:24 AM -
1 Votes
UCCAPI Implementation works for exe files, but not for DLL (with the same code!)
I meant that you register only your DLL and have the other ones (UCCAPIRES.DLL, RTMPLTFM.DLL and Microsoft.Office.Interop.UccApi.DLL) registered in a VS Setup Project.Answered | 32 Replies | 10537 Views | Created by Comandertwo - Thursday, May 27, 2010 4:17 PM | Last reply by Comandertwo - Thursday, December 23, 2010 8:10 AM
No announcements