obreuille Posted February 10, 2005 Report Share Posted February 10, 2005 Hello, I'm programming a automatic test bench in a lab. To do that, I would like to implement my algoruthms of tests in c code. I would like to use gcc (under UNIX) and Labview 7.1 (under Windows). I don't actually know the way to make c code and labview files communicate. Thanks to people who will help me. obreuille Quote Link to comment
Khalid Posted February 11, 2005 Report Share Posted February 11, 2005 Please take a look at the Online Help for calling DLLs from LabVIEW. Also, search NI's support site for articles and examples. Khalid Ansari Quote Link to comment
Rolf Kalbermatter Posted October 17, 2005 Report Share Posted October 17, 2005 Hello,I'm programming a automatic test bench in a lab. To do that, I would like to implement my algoruthms of tests in c code. I would like to use gcc (under UNIX) and Labview 7.1 (under Windows). I don't actually know the way to make c code and labview files communicate. Thanks to people who will help me. obreuille You can't really create Windows compatible binaries with the normal Unix versions of GCC. Ok, if you would be intimately familiar with all the in and outs of the Wine project you might be able to do that, but I doubt there are more than a few dozen people world wide who could do that. What you will need is at least a tool chain such as MinGW, with special support for Windows Portable Executable file format. Most easily it is done with Visual C. Rolf Kalbermatter Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.