Hello everyone
I have a problem with GLB steam version 16793 win 10 which didn't exist until 15 days ago and therefore shouldn't be a bug.
It happened that win10 got corrupted and I had to reinstall the OS and also Glbasic by downloading correctly from Steam.
From that moment on, any glbasic program no longer recognizes jpg files, only png and bmp.
name_jpg$="D:/greg66.jpg"
IF DOESFILEEXIST(name_jpg$)
LOADSPRITE name_jpg,10
DRAWSPRITE 10,0,0
GETSPRITESIZE 10,ssx,ssy // result ssx=0 and ssy=0
SHOWSCREEN
MOUSEWAIT
endif
With this example program nothing is displayed
Anyone have any ideas?
PS with Glbasic15 no problem everything works
I have a problem with GLB steam version 16793 win 10 which didn't exist until 15 days ago and therefore shouldn't be a bug.
It happened that win10 got corrupted and I had to reinstall the OS and also Glbasic by downloading correctly from Steam.
From that moment on, any glbasic program no longer recognizes jpg files, only png and bmp.
name_jpg$="D:/greg66.jpg"
IF DOESFILEEXIST(name_jpg$)
LOADSPRITE name_jpg,10
DRAWSPRITE 10,0,0
GETSPRITESIZE 10,ssx,ssy // result ssx=0 and ssy=0
SHOWSCREEN
MOUSEWAIT
endif
With this example program nothing is displayed
Anyone have any ideas?
PS with Glbasic15 no problem everything works