LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can't find .h!

I'm sorry for my "stupid" posts, but i got some problems with LW..
I think it's an easy problem, but i don't know how to solve it, but i need too!
Therefore i ask here, and hope for nice answers...

I got an .uir-file, but when I generate all code, it doesn't create any .h-file, which it supposed to do (i think)
so the problem is when i should compile the .c-file, and it doesn't find the header!

Should i try to write it by my own, or is it something i can do?

/daniel
0 Kudos
Message 1 of 2
(2,776 Views)
The header file associated with an UIR file is not created while generating code: it is created during UIR creation. So, if you copied an UIR from elsewhere to your project without the associated H file you must simply resave the uir to generate the corresponding header file (you may need to make some little modification to the UIR to enable save option).


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 2
(2,767 Views)