08-23-2003 11:53 PM
08-24-2003
08:25 PM
- last edited on
07-14-2026
12:44 PM
by
Content Cleaner
Well, the problem was not with the registry VIs. Instead, is with the "One Button Dialog" VI, which don't want to show. I created my own dialog window following an example from another question. It works fine. Now, I just need to figure out how to make it to work with the application that will call it.
Is there a page with the conversions from win32 most common data types to LabVIEW data types? I know the manual "Using External Code in LabVIEW" has some (HWND is equivalent to uInt32, etc.)
.
Enrique
08-25-2003
09:55 AM
- last edited on
11-24-2025
02:27 PM
by
Content Cleaner
The "Using External Code in LabVIEW" is probably the best source of information, but you might also look at the following:
Writing Win32 DLLs and Calling Them From LabVIEW [broken link removed]
If you are using LabVIEW 7.0, there is a new example called "Call DLL.vi" that lets you choose different types of datatypes and then see how they interface with LabVIEW.