09-19-2008 08:17 AM
I need to be able to programatically access a LabWindows/CVI created DLL and get a list of the function names (not interested in the prototypes or parameters) contained within the library.
The application that needs to perform this functionality is written in LabVIEW so I would prefer to implement in LabVIEW but I am open to all suggestions.
Regards
Steve
09-19-2008 09:46 AM
09-22-2008 02:32 AM
Thanks for your response.
Yes, I have been down that road myself. My problem is that I need something a bit sportier. My design calls for a recursive function that can find a named DLL function within multiple folders each containing multiple DLLs.
I am guessing there is something within the Windows API that will return function names for a DLL pathname, but all I can find at the moment is an old NI CIN example.
Regards
Steve