ayumisano Posted August 16, 2005 Report Share Posted August 16, 2005 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 Quote Link to comment
menlatin Posted September 1, 2005 Report Share Posted September 1, 2005 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. Quote Link to comment
ayumisano Posted September 1, 2005 Author Report Share Posted September 1, 2005 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~ Ayumi 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.