Automated creation of DLL import files?

Everything else that doesn't fall into one of the other PB categories.
Justin
Addict
Addict
Posts: 956
Joined: Sat Apr 26, 2003 2:49 pm

Automated creation of DLL import files?

Post by Justin »

I know i can enumerate the dll function names, but i also need the number of parameters for each function, it is possible to retrieve this value from the dll?
Moonshine
Enthusiast
Enthusiast
Posts: 263
Joined: Tue May 25, 2004 12:13 am
Location: UK

Post by Moonshine »

From PB, no. Someone may be aware of another method, maybe an API call?
Mark my words, when you least expect it, your uppance will come...
Justin
Addict
Addict
Posts: 956
Joined: Sat Apr 26, 2003 2:49 pm

Post by Justin »

i did a little search and i think is not possible from the .dll, in any language. anyways i wanted to do a gdi+ import, should be easy with a little code to parse the docs at msdn, maybe i'll post it once finished.
Fred
Administrator
Administrator
Posts: 18350
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Yes, the DLL itself doesn't store the parameter number information.
Post Reply