News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Print macro/stdout

Started by Ic3D4ne, January 24, 2005, 10:15:49 PM

Previous topic - Next topic

Ic3D4ne

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

hutch--

Make sure you include BOTH the masm32 include file and library.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

MichaelW

And the kernel32 include file and library.

eschew obfuscation

Vortex

Ic3D4ne,

Can you post your source file?

Ic3D4ne

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


pbrennick

That is very unusual, permissions usually trickle down...

Paul

Ic3D4ne

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