I built a DLL based on a VI under LabVIEW 6.1. This VI is using a popup message window. When I am using the DLL in a VI (calling the function exported by the dll), the labVIEW VI is freezing. When I debug the VI, it appears that the popup message is blocking the application. I am not seeing the popup message either. You will find a code example linked with this message.
Hello, I tried this solution too ... but it is the same problem. May be I am not using the good options to build my dialog box. Have you got an example?
I just wanted to add a quick comment. If you go to create a pop-up VI of your own, you need to make sure that when you build the dll that you include the front panel.
I have still the same problem! 😞 What are your dialog box options when you are building your DLL? mine are: Run when opened: yes User can abort VI: yes User Can close panel: yes Panel is dialog box: yes Panel has a title bar: Yes Panel has a menu bar: No Panel has scroll bars: No Panel is automatically centered: Yes Panel is automatically resized to fit sceen: No