Help with the code.
loadimage error
CODE:
win w=window (-1, "TMainForm", -1)
int Image_0[12][5]; loadimage (#Image_0[0][0], "C:\ph\Image_0.bmp");
int r;
int PosX_0[512];int PosY_0[512];
r=findimage(-1, #Image_0[0][0], 0, #PosX_0[0], #PosY_0[0], 0, 0, w.widthclient, w.heightclient, -1);
messagebox(r);
int Image_0[12][5]; loadimage (#Image_0[0][0], "C:\ph\Image_0.bmp");
int r;
int PosX_0[512];int PosY_0[512];
r=findimage(-1, #Image_0[0][0], 0, #PosX_0[0], #PosY_0[0], 0, 0, w.widthclient, w.heightclient, -1);
messagebox(r);