Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Space Explorer
#7
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.
Reply


Messages In This Thread
Space Explorer - by johannhowitzer - 04-27-2024, 10:39 AM
RE: Space Explorer - by GareBear - 04-27-2024, 02:07 PM
RE: Space Explorer - by johannhowitzer - 04-27-2024, 02:24 PM
RE: Space Explorer - by TerryRitchie - 04-27-2024, 07:00 PM
RE: Space Explorer - by Steffan-68 - 04-27-2024, 08:20 PM
RE: Space Explorer - by bplus - 04-28-2024, 12:18 AM
RE: Space Explorer - by GareBear - 04-28-2024, 06:09 PM
RE: Space Explorer - by bplus - 04-28-2024, 07:50 PM
RE: Space Explorer - by GareBear - 04-29-2024, 02:09 AM
RE: Space Explorer - by a740g - 04-28-2024, 08:26 PM
RE: Space Explorer - by GareBear - 04-29-2024, 02:15 AM
RE: Space Explorer - by johannhowitzer - 04-29-2024, 07:05 AM
RE: Space Explorer - by GareBear - 04-29-2024, 04:24 PM
RE: Space Explorer - by SMcNeill - 04-29-2024, 08:56 AM
RE: Space Explorer - by GareBear - 04-29-2024, 04:04 PM
RE: Space Explorer - by johannhowitzer - 04-30-2024, 09:33 AM
RE: Space Explorer - by GareBear - 04-30-2024, 02:11 PM
RE: Space Explorer - by bplus - 04-30-2024, 02:51 PM
RE: Space Explorer - by Steffan-68 - 04-30-2024, 03:14 PM
RE: Space Explorer - by bplus - 04-30-2024, 03:44 PM



Users browsing this thread: 1 Guest(s)