Questions tagged [rundll32]

runDLL32.exe is a Win32 - utility from Microsoft Windows that loads and runs 32-bit specific functions from dynamic-link libraries (DLLs).

Useful links: Rundll32 on technet. Rundll32 on SS64 help pages.

94 questions
-1
votes
1 answer

How to create a native C++ DLL that I can run with rundll32.exe without specifying an entry point

How I will be able to create a native dll that I can execute with rundll32.exe without specifying an entry point: Example : C: \> rundll32.exe mydll.dll I created a DLL project on visual studio but I don't know where to put my code: DLL project…
-1
votes
1 answer

Visual C++ how to load .DLL from other company

I need to load a .dll file from another company code in order for me to call its function. But how do I load it when I dont know how to set its variable? The dll file is "Interop.OphirLMMeasurementLib.dll" and this is the cut out from data sheet.…
Shaunyong
  • 1
  • 1
-1
votes
1 answer

How to run 32-bit dll (AxInterop.DHTMLEDLib) in 64-bit win 7 operating system?

dhtml editing control (AxInterop.DHTMLEDLib.dll) is working fine in 32-bit win xp and win 7 but when this control is used in 64-bit operating system following exception is shown on this.AxDHTMLEdit1 = new AxDHTMLEDLib.AxDHTMLEdit(); Exception is…
mck
  • 978
  • 3
  • 14
  • 38
-2
votes
1 answer

The meaning of the rundll32 command

rundll32 url.dll,FileProtocolHandler https://bsu.by What does each word mean and why does it eventually open this link in the default browser?
1 2 3 4 5 6
7