06-13-2008 12:26 PM
I’m sure this is a really naive question – but I’ve got to ask…
To run a LabWindows application under Linux, do I need to recompile the code on a Linux machine? Is there any way that all development can be done under Windows and install on either a Windows or Linux machine? Is this what the Linux run-time engine is for?
Thanks!
AMM
06-13-2008 01:21 PM
06-13-2008 03:08 PM
Thanks for the info Johnathan!
The link was very helpful.
One more questions if you don't mind. My application will basically be acquiring serial data via rs-232, then displaying and outputting via ethernet using the winsock library. Do you know if the winsock commands will port to linux ok, or is winsock considered a "system-dependent" call?
AMM
06-16-2008 12:29 PM