Jump to content

Recommended Posts

Dear all,

I am trying to write a library for the use in LabVIEW, but after I have finished writing the code and when I clicked "compile", the message "extcode: No such file or directory" came out as shown in the attached .jpg file. I have actually got extcode. h in LabVIEW (I searched for it and at last I found that it was in Program Files)

I would like to know whether I have to put extcode.h and this library source code in the same directory or whether I need to put extcode.h inside the library directory of Dev C++ (I use it to write the code). Since I installed Dev C++ in my D drive instead of C-drive (but LabVIEW was installed in C drive), will that cause any problem??

Thank you very much for your attention!! :)

Ayumi

post-2711-1124196673.jpg?width=400

Link to comment
  • 3 weeks later...
Dear all,

I am trying to write a library for the use in LabVIEW, but after I have finished writing the code and when I clicked "compile", the message "extcode: No such file or directory" came out as shown in the attached .jpg file. I have actually got extcode. h in LabVIEW (I searched for it and at last I found that it was in Program Files)

I would like to know whether I have to put extcode.h and this library source code in the same directory or whether I need to put extcode.h inside the library directory of Dev C++ (I use it to write the code). Since I installed Dev C++ in my D drive instead of C-drive (but LabVIEW was installed in C drive), will that cause any problem??

Thank you very much for your attention!!  :)

Ayumi

5670[/snapback]

Do you have the cintools dir in the labview folder?? Thays my problem at this point. Apprently my CD does not have that to be installed. It maybe on the resource CD's, but those are not with me at the moment.

If you do a search on ni.com you can find the maual on how to add the extra files needed. You have start a clean dll, and add like 4 files + your .c code.

Link to comment
Do you have the cintools dir in the labview folder?? Thays my problem at this point. Apprently my CD does not have that to be installed. It maybe on the resource CD's, but those are not with me at the moment.

If you do a search on ni.com you can find the maual on how to add the extra files needed. You have start a clean dll, and add like 4 files + your .c code.

5942[/snapback]

Thank you for your reply!

The most difficult thing is...I have the cintool dir in the LabVIEW folder. ^^"""

I was using Dev C++ for writing the .dll file. Now I change to MS Visual C++ and everything seems to be OK so far~ :D

Ayumi

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.