The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => WINDOWS.INC Project => Topic started by: TomRiddle on January 29, 2007, 07:14:02 AM

Title: Backwards Refrences
Post by: TomRiddle on January 29, 2007, 07:14:02 AM
One thing I noticed last time I assembled a program using WINDOWS.INC is that it contained a lot of backwards references(A certain equate/structure required another equate/structure that hadn't been loaded yet), is this still true?

If so are any plans underway to fix it?
Title: Re: Backwards Refrences
Post by: hutch-- on January 29, 2007, 07:33:59 AM
Tom,

What errors are you getting ?
Title: Re: Backwards Refrences
Post by: sinsi on January 29, 2007, 09:19:33 AM
How can you fix a backwards reference?  :eek
Title: Re: Backwards Refrences
Post by: TomRiddle on January 29, 2007, 10:48:19 AM
No errors, just the fact that the program has to do a second pass when it comes across something like this:

John Equ Tom
Tom Equ 3

I dunno, I could be wrong...

Ohh, and they might be forward references, been up awhile. :eek