I have a menu, I use this function to set a bitmap for my item
in the constructor

bmp.LoadBitmap(IDB_BITMAPX); // without error
and in the create menu section

menu.setmenuitembitmap(1,MF_BYPOSITION,&bmp,&bmp);

When I execute, I see nothing in the menu