05-18-2013 10:51 AM
Hi,
I have cutted and pasted some part of the example " 3DGraph" of Labwindows 9.0 for my project but there are some error such as :
3 Project link errors
Undefined symbol '_CW3DGraphLib_CWPlots3DItem@28' referenced in "Sensore_HC_SR04.c".
Undefined symbol '_CW3DGraphLib_CWPlot3DPlot3DSimpleSurface@40' referenced in "Sensore_HC_SR04.c".
Undefined symbol '_CW3DGraphLib__DCWGraph3DGetPlots@12' referenced in "Sensore_HC_SR04.c".
and I don't understand why...
May you help me?
Thank you
05-19-2013 01:59 AM
Did you also add the instrument driver toolslib\custctrl\3DGraphCtrl.fp to your project? It contains the functions for creating and configuring the 3D graph. And you also should add the line
#include "3DGraphCtrl.h"
to your source code. This header file provides the declarations of the functions and related variables.
05-19-2013 03:17 AM
Thank you for reply Wolfgang
Now I have insert the 3DGraph.fp and also the 3DGraph library but when I start the simulation it crashes and It don't send nobody message of error.
I use Windows8, perhaps this is the problem?
05-19-2013 03:52 AM
The 3DGraphCtrl.fp instrument driver is not supported for 64-bit applications, so if you are running a 64 bit Windows this might explain your crash.
05-19-2013 02:48 PM
No, I'm working in 32bit but I resolved the problem thank you so much.