Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Won't compile old Mortgage program. #234

Open
jasonbrianhall opened this issue Mar 2, 2023 · 1 comment
Open

Won't compile old Mortgage program. #234

jasonbrianhall opened this issue Mar 2, 2023 · 1 comment

Comments

@jasonbrianhall
Copy link

QB64 info (please complete the following information):
Trying to compile https://github.com/jasonbrianhall/mortgage/blob/main/basic/mortgage.bas on Linux Fedora 36 on the latest version of QB64

Describe the bug
It doesn't know how to handle this line (line 35)
1215 CHAIN "SAMPLES",1000

To Reproduce
git clone https://github.com/jasonbrianhall/mortgage
cd mortgage/basic
qb71 -c mortgage.bas

Expected behavior
I expect it to compile

@GeorgeMcGinn
Copy link

CHAIN (among others) are not supported by Linux.

https://qb64phoenix.com/qb64wiki/index.php/CHAIN

Here are the commands not supported in Linux (and macOS): https://qb64phoenix.com/qb64wiki/index.php/Keywords_currently_not_supported_by_QB64#Keywords_not_supported_in_Linux_or_macOS_versions

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

No branches or pull requests

2 participants