1. [OT] - Help with routine name in .dll

All,

I'm trying to create a wrapper for a .dll and I can't seem to figure out 
the name of the routine in the .dll itself.  The documentation says the 
function is cwbUN_DisplayCommandPrompter but I can't find that "exact" 
name in the .dll.  Looking at the .lib file I find:

__imp__cwbUN_DisplayCommandPrompter@20
_cwbUN_DisplayCommandPrompter@20

If I want to use define_c_func() what is the name I should use?  BTW, 
the excerpt from the .lib file was copied with Context so I don't know 
what "@20" means.  Maybe that's the problem?

Any help would be appreciated.

Jonas

new topic     » topic index » view message » categorize

2. Re: [OT] - Help with routine name in .dll

On Mon, 23 Jun 2003 14:21:36 +0000, Jonas  Temple <jtemple at yhti.net>
wrote:

<snip>
>the excerpt from the .lib file was copied with Context so I don't know=20
>what "@20" means.  Maybe that's the problem?
Why not grab yourself a copy of dependency walker from
http://www.dependencywalker.com/
Its free, and you can even copy function names to the clipboard so you
know for certain there are no typos.

Pete

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu