Skip to content

Conversation

@chris-y
Copy link

@chris-y chris-y commented Nov 18, 2021

Fixes:
Missing includes
Missing OpenLibrarys
Wrong types (mostly BPTR=NULL changed to 0)
Bug in UnlockPubScreen
Added makefile for vbcc

The semicolon at the start of main.c needs to be removed for the makefile to work (didn't want to leave it out as it would break "execute to compile")

I can't check if it still builds under SAS/C but it should do.

Suggestions:
I removed the .o and .lib files - would recommend to add a .gitignore to stop them being committed to the repo.
The functionLib would be better off in a subdir of src, then point everything at that dir, rather than copying the lib and include over.

Fixes:
  Missing includes
  Missing OpenLibrarys
  Wrong types (mostly BPTR=NULL changed to 0)
  Bug in UnlockPubScreen
  Added makefile for vbcc

The semicolon at the start of main.c needs to be removed for the makefile to work.
@chris-y
Copy link
Author

chris-y commented Nov 18, 2021

Whilst it builds, there's something not quite right as it crashes if there is an ADF mounted. Investigating...

@chris-y
Copy link
Author

chris-y commented Nov 18, 2021

Fixed - you had a free() without a malloc()

@chris-y chris-y closed this Nov 19, 2021
@chris-y chris-y reopened this Nov 19, 2021
@chris-y
Copy link
Author

chris-y commented Dec 9, 2021

Now part of PR #5

@chris-y chris-y closed this Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant