Jump to content

How to involve C code with labview 7.1 ?


Recommended Posts

  • 8 months later...
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

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.