02-11-2008 07:37 PM
02-12-2008 07:15 AM - edited 02-12-2008 07:15 AM
02-12-2008 08:09 AM
...but he's using the Borland C++ compiler, not the CVI one.
02-12-2008 09:03 AM
02-12-2008 10:08 AM
I am using Borland Turbo C++ version 10.0.3. the userint.h is the CVI include file. Everything in that file is defined with extern C.
I am using 7.0 LAbWindows/CVI. Its not just the "point" struct/function that has the ambiguity but also Rect and other graphic constructs.
I am trying to import some .uir files from the LAbWindows to the Borland C++ env and have included the userint.h and other header files from CVI in the inlcude path of the Turbo C++ project.
Any help would be appreciated.
Thanks
02-12-2008 08:41 PM
02-13-2008 10:15 AM
08-05-2010 11:47 PM
In the BCB Classes.hpp
extern PACKAGE Types::TPoint __fastcall Point(int AX, int AY);
Point and your definition of repeat;
please note Point in the Classes.hpp