LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RT fifo in executable

Hey, I'm building an application that should be able to be compiled in an executable as well. I already succeeded in building the .exe in earlier iterations of my software, so that's all good. Of course, i needed to add extra options and, because i used them earlier and knew how they worked, i used RT FIFO in this app, eventhough Real Time behavior is not necessary. Anyway, now i can build my EXE, but when i run it and arrive at the part where i use the FIFO, i get an error: error -2209: RT FIFO create: required RT FIFO DLL function not bound. Ok, so i need to bind the dll to the EXE? how do i do that? Including it as dynamic or support file doesn't seem to be the answer. Or, would it be easier to get rid of the RT FIFO and use queues or something similar?
0 Kudos
Message 1 of 3
(2,734 Views)
sorry, could'nt find the edit option... I'm using Labview 8.2 (Academic License)
0 Kudos
Message 2 of 3
(2,730 Views)
Greetings Frank,

This was a known issue in LabVIEW 8.20. It has been resolved in LabVIEW 8.2.1 and more recent versions. Since you are working with an Academic License, it should not be a problem to get your hands on an update from your IT Department. They receive every update automatically.

Kind Regards,
Wouter
Applications Engineering
NI Belgium


Message Edited by demux on 04-23-2008 04:22 AM
0 Kudos
Message 3 of 3
(2,703 Views)