Al S,
that's only the half truth for the question. You can see the function names but the protoype will always be void
(void); if you do not have a include file in the same directory (Tested with shell32.dll).
With a DLL created by MS Visual C++ with the include (*.h), export library (*.exp) and library (*.lib) in the same folder I also get only the function names and no correct prototypes.
With a DLL created with LabVIEW and the include file in the folder I get the function names and the correct prototypes.
Waldemar
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions