The MASM Forum

Projects => Rarely Used Projects => GoAsm => Topic started by: shankle on February 07, 2014, 02:31:27 AM

Title: code error not caught by GoAsm
Post by: shankle on February 07, 2014, 02:31:27 AM
The following Ellipse api was coded incorrectly.

     invoke Ellipse [hdc],xxx,xxx,xxx,xxx

The missing coma was not flagged as an error by GoAsm.
Thought WJR might want to know
Title: Re: code error not caught by GoAsm
Post by: wjr on February 08, 2014, 01:50:24 AM
This one was easy to trace to the source of the problem, as for the solution, working on it...