About 902,000 results
Open links in new tab
  1. windows - How do I execute a *.dll file - Stack Overflow

    Jun 15, 2010 · I have a DLL file and I want to execute it on Windows. I obtained this DLL file from a challenge site which alleges the DLL should be executed independently.

  2. How can I use a DLL file from Python? - Stack Overflow

    Oct 31, 2008 · 238 What is the easiest way to use a DLL file from within Python? Specifically, how can this be done without writing any additional wrapper C++ code to expose the functionality to Python? …

  3. What exactly are DLL files, and how do they work?

    Sep 23, 2008 · How exactly do DLL files work? There seems to be an awful lot of them, but I don't know what they are or how they work. So, what's the deal with them?

  4. How can I run a .NET Core DLL file? - Stack Overflow

    Run the DLL file with the dotnet command line utility dotnet MyApp.dll Self-contained deployment (all components, including the .NET Core runtime, are included in application) Remove "type": "platform" …

  5. basic - How to run .dll program? - Stack Overflow

    Apr 8, 2013 · 0 I want to use Run("someProgram.exe") command using BASIC language. This will open the 3rd application program. If that program running using .dll (not sure if it possible) not .exe, how …

  6. how could I execute a dll as a exe using batch - Stack Overflow

    Jan 6, 2014 · I need to know how I could make a batch file that would execute a dll file as if it was an exe does any one know what I could do I am using windows 7. The file is an exe just with the dll …

  7. Possible to use a .dll on Linux - Stack Overflow

    Question: Is it possible to compile a program on linux using a .dll file? Where this is going: This .dll will be used to write a php extension to some proprietary software from a third party.

  8. c# - How do you make an exe run without needing all the dll files in ...

    Jun 12, 2021 · So I'm trying to merge all of my DLL files into my exe if it's possible so I can run the exe without needing the DLL files in the same directory I tried looking around for other people asking the s...

  9. How can I open DLL files to see what is written inside?

    Aug 5, 2013 · When I attempted to open a .dll file using Visual Studio Express 2013/Windows 7 Pro, it issued the following message: There is no editor available for (file I tried to open). Make sure the …

  10. Run my third-party DLL file with PowerShell - Stack Overflow

    Run my third-party DLL file with PowerShell Asked 14 years, 1 month ago Modified 4 years, 7 months ago Viewed 122k times