Mail Archives: djgpp/1992/06/25/18:09:43
I've been trying to regenerate go32 (v1.05) and am having trouble assmbling
mswitch.asm with MASM 5.0. Do I need to get tasm or can it be done with masm?
Basically, masm complains:
mswitch.ASM(31): error A2003: Unknown type specifer
mswitch.ASM(32): error A2003: Unknown type specifer
mswitch.ASM(64): error A2003: Unknown type specifer
.
.
.
The lines referred to are:
line 31:
extrn _gdt:gdt_s
line 32:
extrn _idt:idt_s
line 64:
extrn _i_tss:tss_s
where gdt_s, idt_s and tss_s are defined as STRUC in the appropriate .inc
files.
Thanks for any help.
- Raw text -