12-04-2006 03:33 PM
12-05-2006 11:28 AM
12-05-2006 12:55 PM
12-05-2006 01:07 PM
12-05-2006 01:17 PM
12-06-2006 11:13 AM
12-06-2006 01:37 PM
12-06-2006 04:11 PM
12-12-2006 01:06 AM
@sheetal wrote:
I beleive I had silimar errors and I ended up commenting out "Pin", "BinSearch", and "SwapBlock" in extcode..
This is the most sensitive solution. I would however not comment them out but instead conditionally compile them based on an include file define defined by toolbox.h. Then make sure to include toolbox.h before extcode.h. Will keep your extcode.h in original state for other projects not including toolbox.h.
Of course the opposite of conditionally compiling the toolbox.h functions based on a define from the LabVIEW extcode.h will work too unless you use those CVI functions.
Rolf Kalbermatter
12-12-2006 02:18 AM