Retriving method names or entry points from a Dll file
2 views
Skip to first unread message
shiplu
unread,
Jun 16, 2007, 2:15:47 PM6/16/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to p2p...@googlegroups.com
Hi,
How can I retrive the entry points of an arbitary dll file ? If I could know the entry points, I would have interfaced it with C# by [DllImport] attibute. But I don't know. An extra information: The dll files are compiled in VC6.