06-21-2005 02:40 PM
06-21-2005 03:36 PM
06-21-2005 05:03 PM
06-22-2005 07:08 AM
@elliot.ee wrote:
Can LabVIEW for Linux wrap around a C++ .so shared library? What would be the correct syntax in the Makefile?
07-01-2008 04:42 AM
07-01-2008 07:32 AM - edited 07-01-2008 07:32 AM
1) To the console. However LabVIEW is a GUI program so unless you attach to the console of a process in some ways from outside you won't see those messages (or probably more accurate but I'm not sure you would see it in the console from which your X Windows manager was started which in most distrbutions is nowadays done automatically).
@yatintyagi wrote:
Hi,
I too am trying to create a linux library for labview (using the functions in the pvcam library for ccd cameras). There were a few things I couldn't quite understand.
1. what happens when we use printf in the library i.e. where is the text printed in labview
2. when i run a function from the library labview closes. Is there any way to figure out where in the library this happened.
Any help would be appreciated as i am totally lost here.
Thanks,
Yatin
07-02-2008 03:28 AM
07-07-2008 03:55 PM