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

RGRAPHIC command throws a "unresolved identifier" error #7

Open
hkramer70 opened this issue Oct 4, 2024 · 1 comment
Open

RGRAPHIC command throws a "unresolved identifier" error #7

hkramer70 opened this issue Oct 4, 2024 · 1 comment
Labels
new New report, not classified yet

Comments

@hkramer70
Copy link

Test Environment (required)

  • Eleven Version: 0.5.0
  • MEGA65 Platform: MEGA65
  • ROM Release: 920395
  • Core Commit: 3c10488

Describe the bug
Compiling my source code (press F5) ends up in a error message "?unresolved identifier: rgraphic in line 42".

Line 42 is:
if rgraphic(0,1)=0 then tw=319: else tw=639

To Reproduce
Steps to reproduce the behavior:

  1. Create new file
  2. Declare the variable "tw"
  3. Enter my given line of code (see above)
  4. Press F5 to compile
  5. See error message

Expected behavior
The command basic RGRAPHIC should not cause a compile error.

@hkramer70 hkramer70 added the new New report, not classified yet label Oct 4, 2024
@hkramer70
Copy link
Author

I had a look into the PARSE.BAS file and, compared with my 11.parse prg file on the M65, the RGRAPHIC command is not part of that code. So it couldn't be found by the compiler ... if I do understand that code correctly.
Maybe a newer version has fixed that issue already...?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new New report, not classified yet
Projects
None yet
Development

No branches or pull requests

1 participant