About 50 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 …

  3. 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": …

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

    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?

  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 …

  6. How to use Rundll32 to execute DLL Function? - Stack Overflow

    Mar 15, 2014 · I compiled my own DLL with extern "C" void Example() and it ran properly (extern "C" was there so I could get a clean function name, void Example() works as well as long as …

  7. 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 …

  8. Is it possible to execute a .NET dll without an exe to load it?

    Dec 13, 2016 · It is possible to run a native dll x86 or x64 by calling rundll(32).exe your_dll_name,your_entry_point in command line or by launching a process as explained …

  9. 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, 6 months ago Viewed 122k times

  10. run dll files on notebook pySpark - Stack Overflow

    Nov 27, 2023 · 0 I want to run dll file based on C# code into my pySpark notebook (in databricks) using 'clr' method. Unfortunately I can't figure out what should be my 'Assembly Name/ .NET …