Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline arongoochTopic starter

  • Jr. Member
  • **
  • Join Date: Aug 2016
  • Posts: 66
    • Show only replies by arongooch
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
 

Offline TribbleSmasher

Re: BlitzBasic WriteFile Guru Woes
« Reply #1 on: July 16, 2019, 06:11:47 PM »
The problem is the rest of your code if you had used the example in the link.

Edit
I hope you did not include anything from AmiBlitz, as this is most certainly incompatible with BlitzBasic.
« Last Edit: July 16, 2019, 08:07:37 PM by TribbleSmasher »