You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RC2014-Z80
Thanks Wayne that does the trick :-)
But how did you find that solution ?
PeterO
Wayne Warthen
unread,
Oct 21, 2025, 3:56:26 PMOct 21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RC2014-Z80
On Tuesday, October 21, 2025 at 12:49:21 PM UTC-7 Peter Onion wrote:
Thanks Wayne that does the trick :-)
But how did you find that solution ?
Have you looked at the zxcc documentation? The command line usage is tricky. The documentation is included with the RomWBW distribution in /Tools/zxcc/zxcc.html.
Thanks, Wayne
Peter Onion
unread,
Oct 21, 2025, 4:06:09 PMOct 21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RC2014-Z80
Thanks, Wayne.
No I had not found that documentation.
But now I don't understand why my M80 invocation like this works without needing a "-" :
Oh well, at least I can get on with what I wanted to do now.
Thanks again,
PeterO
Wayne Warthen
unread,
Oct 21, 2025, 4:09:24 PMOct 21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RC2014-Z80
It is very messy and will depend on how the application does it's command line parsing. *Sometimes* omitting the "-" will be OK, but definitely better to follow the rules, so you should use the "-" for M80 as well.