I call my own C-based DLLs using the LV "Call Library Function", in it, I want to prompt the user in a LabView-style popup window. I know that OneButtonAlert() exists in the lvrt DLL, what are the arguments?
I can't simply use the MS MessageBox() call since I want portability to non-Windows environments.
...Dan