07-08-2005 01:30 PM
07-08-2005 03:13 PM
07-08-2005 03:26 PM
07-11-2005 06:06 AM
The only DLLs I have come across which support this are DLLs created in LabVIEW. Not really a well supported feature I would think. It is also not that Microsoft would make a lot of effort to tell people that this is even possible.
@chaos wrote:
I should clarify that by adding this to the discussion. Most DLLs do not come with the Type Library (LIB file) but since you are doing this yourself autopopulation of the params should be possible. I would start here for more information:
07-11-2005 01:03 PM
04-13-2006 09:46 AM
The DLL itself has to be linked accordingly to support this. LabVIEW can do nothing about that after the DLL has been created, but if you use LabVIEW to create a DLL from your VIs it does add the information.
@woutert wrote:Hi,I tried, even with the samples found in labview\samples\dll and it didn't work.I build an excample with CVI and it didn't work.The way to make .lib files can be done by the LIB.exe program found on the older VC cd's.My project dll was build and I found a .lib file. Even so I could get the correct function call+params.I think that Labview is not able to do this job correctly.It could be a challenge to develop a VI that does this work correct. Maybe from the .H file or .def or .lib files.The NI example Call Dll.vi doesn't work either.Wouter