faqts : Computers : Programming : Languages : Tse : Macro

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

Entry

TSE: Macro: Compile: Error: Bogus macro header or version mismatch

Dec 16th, 2001 11:21
Knud van Eeden,


------------------------------------------------------------------------
--- Knud van Eeden - 16 December 2001 - 10:30 pm -----------------------

Cause:

Wrong macro filename

E.g. you tried to call a macro with a wrong filename

(e.g. c:\bbc\taal\insegfrb.s,
which is a TSE source file, instead of a compiled TSE .mac file)

---

Solution:

Check the macro filename, and make sure it is a compile TSE macro
(and not some other file).

e.g.
you should have in the example that the macro name is:
 c:\bbc\taal\insegfrb.mac

------------------------------------------------------------------------