The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Ic3D4ne on January 24, 2005, 10:15:49 PM

Title: Print macro/stdout
Post by: Ic3D4ne on January 24, 2005, 10:15:49 PM
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
Title: Re: Print macro/stdout
Post by: hutch-- on January 24, 2005, 11:30:43 PM
Make sure you include BOTH the masm32 include file and library.
Title: Re: Print macro/stdout
Post by: MichaelW on January 24, 2005, 11:34:26 PM
And the kernel32 include file and library.

Title: Re: Print macro/stdout
Post by: Vortex on January 25, 2005, 10:48:33 AM
Ic3D4ne,

Can you post your source file?
Title: Re: Print macro/stdout
Post by: Ic3D4ne on January 25, 2005, 11:34:21 AM
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

Title: Re: Print macro/stdout
Post by: pbrennick on January 25, 2005, 12:45:38 PM
That is very unusual, permissions usually trickle down...

Paul
Title: Re: Print macro/stdout
Post by: Ic3D4ne on January 25, 2005, 02:28:36 PM
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