Hello,
I don't understand an error message CVI send me. If someone could explain it to me, it could be great.
Here is y code:
Include.h:
enum {
E2P_ABST_VERSHARD,
E2P_ABST_VERSSOFT,
E2P_ABST_DESKEY,
E2P_ABST_PRODNUMBER,
...
}
Source.c:
function
{
...
WISMO_E2PAccess (gi_Comport, E2P_ABST_PRODNUMBER, _WISMO_READ, &g_ProdNumber);
...
}
If I put a breakpoint in front of this line, and make a "Go to definition" on E2P_ABST_PRODNUMBER, it goes to the right place in the include, but a view variable value, send me the following message popup:
Undefined symbol 'Product_NameFromType'
Expression Invalid in DLL/ EXE : AQC_30_DBG.EXE
'WISMO_E2PAccess' is coming from a dll (WismoLib.dll)
'Product_NameFr
omType' is coming from another dll (ProductLib.dll).
Any hint about this crazy message?
Thanks, Flo.