Hi Scuri,

The functions below do not have prototypes declared.

void      IupSetRGBA        (Ihandle* ih, const char* name, unsigned char r, 
unsigned char g, unsigned char b, unsigned char a);
void           IupGetRGBA     (Ihandle* ih, const char* name, unsigned char *r, 
unsigned char *g, unsigned char *b, unsigned char *a);

Which causes the following error message:
"Could not find entry point for IupGetRGBA procedure in dynamic link library"

regards,
Ranier Vilela


_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to