The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Projects
»
Rarely Used Projects
»
GoAsm
(Moderator:
Donkey
) »
code error not caught by GoAsm
« previous
next »
Print
Pages: [
1
]
Author
Topic: code error not caught by GoAsm (Read 2987 times)
shankle
Member
Posts: 868
code error not caught by GoAsm
«
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
Logged
wjr
Member
Posts: 238
Re: code error not caught by GoAsm
«
Reply #1 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...
Logged
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Projects
»
Rarely Used Projects
»
GoAsm
(Moderator:
Donkey
) »
code error not caught by GoAsm