News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

code error not caught by GoAsm

Started by shankle, February 07, 2014, 02:31:27 AM

Previous topic - Next topic

shankle

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

wjr

This one was easy to trace to the source of the problem, as for the solution, working on it...