>And ib_al_handle_t is defined as: >typedef struct _ib_al* __ptr64 ib_al_handle_t; > >In any case, I usually add the following pragma: > >#pragma warning(disable: 4244 ) I just added the pragma to my code - thanks. - Sean