Dear friends, I have a problem with the funcion GDIP_IMAGEFROMFILE(): normally it works fine but in one of my source code it just quit the program without messages or log files. I'm using it in this way:
If I replace it with
it works fine (only with BMP, of course).
Any ideas?
EMG
hImg = GDIP_IMAGEFROMFILE( cFile, .T., .T. )If I replace it with
hImg = PALBMPREAD( , cFile )it works fine (only with BMP, of course).
Any ideas?
EMG