Re: shell command

From: Aaron Lawrence (aaronlNO_at_SPAMintegration.co.nz)
Date: 06/28/04


Date: Mon, 28 Jun 2004 15:55:21 +1200

neo wrote:

> hi all,
>
> i would like to know how to load any dll which is present in the image through the shell command.

What do you want to load a DLL for??? It is no use by itself. Is it a
COM object? A service? what?

> i tried using "loadext dllname.dll" on the command line.

What the heck is loadext??



Relevant Pages

  • Re: running a service/driver/application upon startup
    ... debug version of the image is too large to load onto the device. ... I ran dumpbin/exports on the finger dll and saw the required function names: ... > theories as to why it's not getting loaded but just doing 'services load ...
    (microsoft.public.windowsce.embedded)
  • Re: Cannot activate sbcl
    ... but I think what happens is that Windows sees that your executable has a DATA section that might overlap a DLL's address space then it would reallocate that DLL to different address space. ... VirtualAlloc dynamically in your code is that your program and all its ... What can be done here is to have many tiny executables with different BSS sections in them, which then load a bigger executable in the form of a DLL. ...
    (comp.lang.lisp)
  • Re: DLL load should be easy, but errors
    ... But I cant load even the simple DLL I ... Just supply the exe with the path to the DLL I showed. ... foreach (Type typ in types) ... 'typ.GenericParameterAttributes' threw an exception of type ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Loadlibrary returns err.lastdellerror 127
    ... the resulting .exe I load all the dependant DLL's first (there are ... Assuming this is a 'regular' Dll and not an ActiveX Dll. ... you do NOT need to 'load' all the dependant Dlls. ... Actually the declare statements are there as well. ...
    (microsoft.public.vb.general.discussion)
  • Re: Loading multiple instances of a DLL explicitly
    ... copy dll to temp dir with unique name and load ... "Gary Chanson" wrote in message ... >> separate instance of a DLL for each thread created inside of a process. ...
    (microsoft.public.win32.programmer.kernel)