-
Notifications
You must be signed in to change notification settings - Fork 4
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
Missing functions #1
Comments
Fascinating. Seems I created a little mess back when I last updated this project (17 months ago ... shows the interest :-) ... I'll look into it. |
OK, I uploaded a new version that should fix this slightly embarrassing problem. |
That fixed it. Thanks
From: Hermann Seib <notifications@github.com>
Sent: Saturday, November 7, 2020 12:38 PM
To: Arakula/dasmfw <dasmfw@noreply.github.com>
Cc: Michael Evenson <michael.evenson@flexusergroup.com>; Author <author@noreply.github.com>
Subject: Re: [Arakula/dasmfw] Missing functions (#1)
Closed #1 <#1> .
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#1 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABBRPU7327UJLIRVBJADSO3SOWAZHANCNFSM4TNWHKYA> .
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following errors when trying to compile:
Severity Code Description Project File Line Suppression State
Error C3861 'ParseBool': identifier not found dasmfw Dasm6809.cpp 469
Error C3861 'SetDefLabelUsed': identifier not found dasmfw Dasm6809.cpp 740
Error C3861 'SetDefLabelUsed': identifier not found dasmfw Dasm6809.cpp 753
Error C3861 'SetDefLabelUsed': identifier not found dasmfw Dasm6809.cpp 758
Error C3861 'SetDefLabelUsed': identifier not found dasmfw Dasm6809.cpp 762
Error C3861 'SetDefLabelUsed': identifier not found dasmfw Dasm6809.cpp 768
Error C3861 'SetDefLabelUsed': identifier not found dasmfw Dasm6809.cpp 778
Error C3861 'SetDefLabelUsed': identifier not found dasmfw Dasm6809.cpp 794
The text was updated successfully, but these errors were encountered: