PC Review


Reply
Thread Tools Rate Thread

Displaying DLL entry points

 
 
DaveQ
Guest
Posts: n/a
 
      11th Sep 2003
Is ther a program to dislpay the entry poins of a dll. I
am trying to get the process status api to work. I include
psapi.h in the program and it compiles and links but a
runtime the program indicates that the procedure entry
point GetProcessImageFileNameA could not be located in the
dynamic lnk library PSAPI.DLL --

Any thoughts?
 
Reply With Quote
 
 
 
 
Jeff Henkels
Guest
Posts: n/a
 
      11th Sep 2003
dumpbin /exports <yourdll> will show the exported entry points. Note that
according to the MSDN documentation, GetProcessImageFileName is available
only on XP and Windows Server 2003. If you're not on one of those
platforms, you can't use it.

"DaveQ" <(E-Mail Removed)> wrote in message
news:01c801c377f2$38f64340$(E-Mail Removed)...
> Is ther a program to dislpay the entry poins of a dll. I
> am trying to get the process status api to work. I include
> psapi.h in the program and it compiles and links but a
> runtime the program indicates that the procedure entry
> point GetProcessImageFileNameA could not be located in the
> dynamic lnk library PSAPI.DLL --
>
> Any thoughts?



 
Reply With Quote
 
DaveQ
Guest
Posts: n/a
 
      11th Sep 2003
Thanks Jeff,

My development system is XP and the target is 2000
Professional. I'll have to use a different method to get
the info.

Thanks again.


>-----Original Message-----
>dumpbin /exports <yourdll> will show the exported entry

points. Note that
>according to the MSDN documentation,

GetProcessImageFileName is available
>only on XP and Windows Server 2003. If you're not on one

of those
>platforms, you can't use it.
>
>"DaveQ" <(E-Mail Removed)> wrote in message
>news:01c801c377f2$38f64340$(E-Mail Removed)...
>> Is ther a program to dislpay the entry poins of a dll. I
>> am trying to get the process status api to work. I

include
>> psapi.h in the program and it compiles and links but a
>> runtime the program indicates that the procedure entry
>> point GetProcessImageFileNameA could not be located in

the
>> dynamic lnk library PSAPI.DLL --
>>
>> Any thoughts?

>
>
>.
>

 
Reply With Quote
 
Jeff Fry
Guest
Posts: n/a
 
      30th Sep 2003
"Jeff Henkels" <(E-Mail Removed)> wrote in message news:<#BG8h#(E-Mail Removed)>...
> dumpbin /exports <yourdll> will show the exported entry points. Note that
> according to the MSDN documentation, GetProcessImageFileName is available
> only on XP and Windows Server 2003. If you're not on one of those
> platforms, you can't use it.
>
> "DaveQ" <(E-Mail Removed)> wrote in message
> news:01c801c377f2$38f64340$(E-Mail Removed)...
> > Is ther a program to dislpay the entry poins of a dll. I
> > am trying to get the process status api to work. I include
> > psapi.h in the program and it compiles and links but a
> > runtime the program indicates that the procedure entry
> > point GetProcessImageFileNameA could not be located in the
> > dynamic lnk library PSAPI.DLL --
> >
> > Any thoughts?


Because GetProcessImageFileName is not available on Windows 2000, can
you tell me another way to get this information? I am also trying to
use GetPerformanceInfo and that doesn't work either.

Any help would be greatly appreciated.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying a liste of Xi, Yi points Oriane Microsoft Excel Discussion 7 16th Dec 2008 09:53 AM
Re: DLL Entry Points =?Utf-8?B?UHJheGlzUGV0ZQ==?= Microsoft Excel Programming 3 6th Sep 2005 05:18 PM
utl entry points =?Utf-8?B?Q2FjdGlCZW4=?= Windows XP New Users 0 27th Aug 2004 08:25 PM
DLL Entry points William W. Plummer Microsoft Windows 2000 4 19th Jan 2004 12:49 AM
winmm.dll entry points ? Guillaume Microsoft Windows 2000 File System 0 15th Sep 2003 07:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:23 AM.