Re: dll eat my functions :<
From: William DePalo [MVP VC++] (willd.no.spam_at_mvps.org)
Date: 02/08/04
- Next message: Erez: "Compiler internal error"
- Previous message: Charles Calvert: "Re: List Control"
- In reply to: Fu Chen: "dll eat my functions :<"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 8 Feb 2004 11:33:34 -0500
"Fu Chen" <novalet@yahoo.com.cn> wrote in message
news:46c1ab97.0402072210.1cf8da11@posting.google.com...
> I think it maybe a question difficult to answer.
Reading to the end leads me to believe it'll be easy. :-)
> There are some functions in the dll to be export. They are declare
> with extern "C" _declspec(dllexport).
OK, but solutions almost always hinge on the details. If this doesn't help
you probably want to post the _exact_ declaration and definition of a
function which "fails" to export, though we don't need to see the body of
the function.
> But some function(about 5%) can't be find in the generated dll. (I
> used ultraedit to search for the name in the dll binary)
I'm not familiar with the tool. At the command line type this
dumpbin /exports YourDLLNameGoesHere.DLL
What do you see?
Regards,
Will
- Next message: Erez: "Compiler internal error"
- Previous message: Charles Calvert: "Re: List Control"
- In reply to: Fu Chen: "dll eat my functions :<"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|