Joined: 28 Jan 2004
Posts: 1693
Location: Toronto, Canada
AsmGuru6209 Mar 2011, 15:05
Hi,
I have following includes in my code:
Code:
include 'Win32W.Inc'
include 'Macros.Inc'
If I define a macro matching the imported name (in my case it was CopyRect macro - and there is a CopyRect Win API entry) - FASM gives an error, and it shows the error line within the 'import' macro definition (file import32.inc in FASM package). It would have been better if FASM simply would say that macro named <name> matching an import entry. Or, maybe: "<name> - identifier already defined."
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum