View Single Post
  #6 (permalink)  
Old 06-27-2007, 03:10 PM
Jon
Newsgroup Contributor
 
Posts: n/a
Re: Dll modules/

Not particularly relevant to wireless routers, but if you can get hold of a
copy 'dumpbin' from somewhere then you can use this command.to see which
commands are in a particular dll.

dumpbin /exports <path to dll>

Description of the DUMPBIN utility
[url]http://support.microsoft.com/kb/177429[/url]

--
Jon


"Christopher Norris" <clnorris@earthlink.net> wrote in message
news:3D154759-FD2A-4DA3-97B3-494FAF82FD1C@microsoft.com...[color=blue]
> Is there a way to look up what commands/modules that a DLL supports and
> its syntax?
>
> such as rundll32.exe ctpanel.dll, user etc....
>
> Thanks
> "buck" <buck@discussions.microsoft.com> wrote in message
> news:81DEA0F0-48D0-4C98-A801-4CF3B87E6800@microsoft.com...[color=green]
>> My new laptop, loaded with Vista Home Premium, can not work to the
>> Lynksys
>> router, G2? I believe. In speaking with Lynksys there are a number of
>> wirless routers that are not compatable with Vista and they are
>> responding
>> with drivers to resolve the issues. However, they told me my model was
>> not
>> having a driver prepared. Hence, I am looking for a new wireless router.
>>[/color][/color]


Reply With Quote

 
Old 06-27-2007, 03:10 PM