I'm having a little trouble programming with Qt 4 using NIDAQmx on Linux, I'm hoping some of the Linux gurus here can help.
If I run the linker with the -lpthread option, my program fails with a segmentation fault when executed. Without -lpthread, it runs perfectly.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="qrichtext" content="1">Is there a way to fix this, because Qt 4 defaults to threads always enabled? My application is most likely going to require multithreading.
Is anyone out there using Qt to write DAQ apps? I'll be happy to post some example code to the NI site when I can actually get it running properly.
Any ideas?
Thanks in advance,
John Voltz