A problem with GDIP_IMAGEFROMFILE() [Solved]
Posted: Fri Feb 28, 2020 8:38 pm
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
Code: Select all
hImg = GDIP_IMAGEFROMFILE( cFile, .T., .T. )
Code: Select all
hImg = PALBMPREAD( , cFile )
Any ideas?
EMG