10-21-2013 08:27 PM
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
Solved! Go to Solution.
10-23-2013 01:19 AM
10-23-2013 01:47 AM
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?
10-23-2013 07:28 PM
hi
thanks for reply , i found the solution is i need to include all the driver file
10-23-2013 07:30 PM
hi
thanks for the reply, yes u are right it work now. but how to write a double data type to word file?
chris
10-23-2013 11:55 PM
I've never used word report, but what about sprintf-ing the double into a string and write this one?
10-24-2013 12:32 AM
ok thanks.. cheers