Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

DLL Function names from DLL file

Status
Not open for further replies.

tmanu

Newbie level 2
Joined
Dec 6, 2005
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,293
Hi,

Does anybody have any idea about how to get the DLL function names from a .dll file just like Depends tool does from Microsoft Visual Studio. If anyone could post some examples or some hint.

tmanu
 

I'm afraid I can't give too many details, but getting the raw functions names is usually pretty easy. Check the help files for your compiler on DLL's. There should be a tool that allows you to scan the DLL for extern statements. If I'm not mistaken all DLL's publish at least their public functions to the outside world no matter what. This was very easy in visual basic, but I haven't programmed for PC's/high end devices in ages.
 

If you have National Instruments LabVIEW you can place a dll node on the block diagram and see in the configure window which functions are exported.


Althoug this is a possible way this is a very bad way to do it but I only use dll's in my LabVIEW programming projects.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top