08-16-2005 04:48 PM
08-17-2005 03:39 AM
When this happened to me once it was because I had a typo in the name of the function. (eg. ClosePopUp instead of ClosePopup) Ever since then I always let CVI generate the function prototypes for all callbacks in the UIR. Perhaps you could try editing the name slightly and let CVI go through the normal activities (of generating the CAL_ATP.h file; and the function prototype in your source code) to see if this clears the problem.
JR
08-17-2005 10:14 AM
When this happened to me I had a problem where the function was actually present but the function was not in the UirCallbackTable.c. This table was supposed to be automatically generated but it wasn't updated due to Clearcase File Configuration issues. So check to see if your function is in UirCallbacTable.c.
Donna
08-17-2005 12:50 PM
08-17-2005 01:09 PM
Hey Bruce,
Where are you these days? I worked with you @ Symtx on JSF some time back. Last I heard was that you were in CA.
Todd
08-17-2005 02:51 PM