LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can i use a GCC compiler on MacOSX and link this C Code to lbv 6.1 on OS9?

I am interested in compiling my C code on the free GCC compiler which works with Mac OS X but am concerned that I will not be able to connect this with the Call library function and CINs in labview 6.1 that runs on Mac OS 9. Am I able to cross platforms and use the .so file with lbv 6.1 on OS 9? What problems will i most likely encounter or should watch out for? Thanks!
0 Kudos
Message 1 of 2
(2,416 Views)
Unfortunately, you cannot port shared objects across these platforms. You are going to have to recompile the .so file on OS 9 for use in the call library function node.
Robert Mortensen
Software Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,405 Views)