LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Help: 1 project link error

Solved!
Go to solution

error msg

"

1 project link error

 

underfined symbol_Word Rpt_ApplicationQuit @8 referenced in "name.c"

"

can anyone advice how to solve the above error ?

 

Thanks 

0 Kudos
Message 1 of 7
(4,788 Views)
Hi Chris,

Without any background information on the project, I would guess it might be an issue with target type.

http://digital.ni.com/public.nsf/allkb/BF8084DB74021EE986257AB200001737
- FCTesting
0 Kudos
Message 2 of 7
(4,775 Views)
Solution
Accepted by chris_chua

Is this the only error found  related to WordReport instrument? In order to use the instrument, you need to load it in the Instrument section of the IDE and possibly add the corresponding .fp to the project.

Do you receive this error in debug or release configuration?

Can you compile the sample project \samples\activex\word\wordrpt.cws without errors?



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?
0 Kudos
Message 3 of 7
(4,769 Views)

hi

 

thanks for reply , i found the solution is i need to include all the driver file

0 Kudos
Message 4 of 7
(4,745 Views)

hi

 

thanks for the reply, yes  u are right it work now. but how to write a double data type to word file?

 

chris

0 Kudos
Message 5 of 7
(4,743 Views)

I've never used word report, but what about sprintf-ing the double into a string and write this one?



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?
0 Kudos
Message 6 of 7
(4,729 Views)

ok thanks.. cheers

 

0 Kudos
Message 7 of 7
(4,726 Views)