04-28-2024, 06:09 PM
johannhowitzer,
All that got me is an error. #63 - Bad Record Number - Line 1340 Get #mfi, mfi_o(mfi_index), dat$
Here is the Function that line 1340 is in:
Function load_gfx& (mfi)
If FileExists("mfi_temp.dat") Then Kill "mfi_temp.dat"
mfidata = FreeFile
Open "mfi_temp.dat" For Binary As #mfidata
dat$ = Space$(mfi_s(mfi_index))
Get #mfi, mfi_o(mfi_index), dat$
Put #mfidata, , dat$
Close #mfidata
load_gfx& = LoadImage("mfi_temp.dat", 32)
mfi_index = mfi_index + 1
End Function
May be Space Explorer runs better in Windows than Slackware Linux? Let me know if that is what it is.
Thanks for helping me out.
All that got me is an error. #63 - Bad Record Number - Line 1340 Get #mfi, mfi_o(mfi_index), dat$
Here is the Function that line 1340 is in:
Function load_gfx& (mfi)
If FileExists("mfi_temp.dat") Then Kill "mfi_temp.dat"
mfidata = FreeFile
Open "mfi_temp.dat" For Binary As #mfidata
dat$ = Space$(mfi_s(mfi_index))
Get #mfi, mfi_o(mfi_index), dat$
Put #mfidata, , dat$
Close #mfidata
load_gfx& = LoadImage("mfi_temp.dat", 32)
mfi_index = mfi_index + 1
End Function
May be Space Explorer runs better in Windows than Slackware Linux? Let me know if that is what it is.
Thanks for helping me out.