I am using IBM Client Access with Visual studio 6.0 (VC++) but when I try to compile the code I am getting compilation error in the following code:



#include <basetsd.h>
typedef ULONG_PTR cwb_Handle;
typedef cwb_Handle cwbSV_ErrHandle;

typedef unsigned long cwb_Boolean;



The lines which are marked as bold I am getting error on those lines (compilation error)

Can you please help me out how to use this toolkit library with my VC++ code?