The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => WINDOWS.INC Project => Topic started by: herge on September 01, 2011, 11:54:31 AM

Title: smpte Struct & Jwasm
Post by: herge on September 01, 2011, 11:54:31 AM
Hi Hutch:

Line 9695 - frame windows.inc 1.4c April 2008

I was attempting to run some 64 bit code. [jwasm201b\Samples\win64_4.asm]
I think jwasm is using frame for something else.

Yours Truly: Herge

Title: Re: smpte Struct & Jwasm
Post by: dedndave on September 01, 2011, 03:12:50 PM
pretty sure it is a masm reserved word
Title: Re: smpte Struct & Jwasm
Post by: MichaelW on September 01, 2011, 05:40:52 PM
For ML 6.14 and 6.15 "frame" apparently is not a reserved word.

Title: Re: smpte Struct & Jwasm
Post by: drizz on September 01, 2011, 06:45:15 PM
You are using the wrong includes, use WinInc from japheth's site.
Title: Re: smpte Struct & Jwasm
Post by: herge on September 03, 2011, 09:55:13 PM

hi drizz:

  and You also need polib which is part of pellesc.
Also throw the odd include \wininc\include\kernel32.inc
for those unresolved GetStdHandle messages.

Yours Truly: Herge
Title: Re: smpte Struct & Jwasm
Post by: hutch-- on October 11, 2011, 01:45:08 AM
WINDOWS.INC is designed for MASM, it is up to alternatives to remain compatible with MASM.