Jump to content

C++ main function in LabVIEW


Recommended Posts

Hi,

I'm quite new in LabVIEW. I must import some c++ code in LabVIEW in order to make a bitstream player plays or not a stream.

My problem is that this code uses the main function with 2 arguments. So, the first argument in this function is int, the second one is char* argv[].

My program, as I assume my CLF, will take as first argument the bit rate and as second, the name of the stream.

I wonder how the interpretation of the main function will be by LabVIEW as it's a particular one in cpp.

Thanks

(I'm using LabVIEW 7.1, my stream player is on a PCI card and my goal is to control it from LabVIEW.

If anyone got another idea than importing c++ API, please, don't be shy!!!)

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.