When I include the macros.asm file, and try to use the print macro, it gives me the error "StdOut uknown object".
That's basically it.
I've tried various stuff, but it always gives me that error.
If you need more info, just say so.
-Ic3D4ne
Make sure you include BOTH the masm32 include file and library.
And the kernel32 include file and library.
Ic3D4ne,
Can you post your source file?
Thanks for all the replies, but I got it fixed
It appears so that I didn't have permissions to one of the directories in the masm32 folder.
-Ic3D4ne
That is very unusual, permissions usually trickle down...
Paul
Quote from: pbrennick on January 25, 2005, 12:45:38 PM
That is very unusual, permissions usually trickle down...
Paul
Indeed, it's probably something from the recent virus problem I had.
-Ic3D4ne