LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

information on integrating c++ into labview in linux

Hi, I'm trying to incorporate some OpenGL code I did to do some visualizations within the labview environment.

I have tried to look on the web for information on integrating c++ with labview in linux but it has been a tiresome search.

I just need some general information, or a manual, or a place where there is instructions on how it is done.

Thanks!
0 Kudos
Message 1 of 3
(2,334 Views)
I apologize if you've seen this document already, but I have used it in the past.

http://digital.ni.com/manuals.nsf/webAdvsearch/8D930295FFBF9F7686256D2C00624728?OpenDocument&vid=niwc&node=132100_US

Chapter 2 explains how to create and use a shared library in LabVIEW. More specifically, on page 2-11 it talks about dealing with C++.

Most likely you will want your C++ code to open up a seperate window to do your visualization. Are you planning on using glut?

Let me know if that help and if you have any further questions.

-Duffey
Message 2 of 3
(2,334 Views)
Thanks alot! I Have not seen that pdf yet, but I am reading it right now.

If I have any further problems I'll let you know. Thanks for the fast reply!

- Aaron
0 Kudos
Message 3 of 3
(2,334 Views)