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?
Tom,
What errors are you getting ?
How can you fix a backwards reference? :eek
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