Welcome, Guest. Please login or register.

Author Topic: BlitzBasic WriteFile Guru Woes  (Read 1001 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline arongoochTopic starter

  • Jr. Member
  • **
  • Join Date: Aug 2016
  • Posts: 66
    • Show all replies
BlitzBasic WriteFile Guru Woes
« on: July 16, 2019, 11:42:22 AM »
Hi all,

Recently I have been doing a bit of programming in Blitz Basic 2 running on my A2000, 68030 + FPU, KS2.0 machine.

Having some troubles with "WriteFile" in Blitz however. If I do a very basic "WriteFile" routine basically copying the example from the following website:

"https://www.amigacoding.com/index.php/Blitz:File_Access#WriteFile"

I always get a guru software failure "#8000000B". It's been driving me nuts because I have a whole program made up that works well but I want to add "save" & "load" function to it but everytime I try opening a file to write too I get this software failure. Researching the Guru seems to suggest it's an FPU error? I wouldn't know why this would be a problem as I have a working FPU 68882 onboard and why would it require an FPU to write a file out?

Any pointers or information would be greatly appreciated.

Cheers