DLL function parameters

B

babazaroni

Hello,

When I view Dll's with dll viewers and disassemblers, I see the
parameters to exported functions are enumerated. However, when I view
the dll I create with visual c++, I don't get the list of parameters.
How can I create Dll's that have this info embedded in them?

Thanks,

Baba
 
K

Keith Thompson

When I view Dll's with dll viewers and disassemblers, I see the
parameters to exported functions are enumerated. However, when I view
the dll I create with visual c++, I don't get the list of parameters.
How can I create Dll's that have this info embedded in them?

We have no idea. The C language says nothing about DLLs; they're
specific to your implementation. You'll need to ask in a newsgroup
that's specific to your OS or C implementation (possibly
comp.os.ms-windows.programmer, or something under the microsoft.*
hierarchy).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,161
Messages
2,570,892
Members
47,430
Latest member
7dog123

Latest Threads

Top