Can't help with the linking question, I'm afraid! No big deal to install the libs, once the MS Download Center eventually played ball [spent hours trying to download 'em, long before you posted their link [maybe it's a Firefox .vs. IE thing

]]. Anyways, got there in the end! I'm now Macro-enabled

You're probably better off providing the non-statically-linked .exe, given the size difference, not to mention the world of hurt involved in MiniGW/GCC - just been catching up on that thread! Whew!
Speaking of macros, (maybe this should be in a separate thread [I'm sure Samwise will split it out if I'm out of order

]), I noticed that the macros need to be defined
before you use 'em - kinda sounds like a no-brainer! But, initially I figured BeebAsm would resolve such references during a multi-pass assembly.
I was dumping my macros to the back end of my source code, but now I'm doing the smart/logical thing and have them in a "Macros File" that's
included at the beginning of my source.
Once again, not a problem, I suppose I'm just stating the obvious for those of us (read: me) that don't always see the obvious. D'oh!
