newbie question, not yet comfortable with vocaularies. on VXF Forth for Win64 on a freshly installed system. Getting libXL (and more generally Externals) to work is important for convincing my boss to use VXF tools.
When including libXL, I get a complaint that "C" is unknown. I then tried to load the file defining the missing word (recursively). It seems that Externals bailed out at line 924, before "C" is defined (line 1849). What am I missing?
include C:\MPE\VfxForth64\Lib\SharedLibs\libXL\libXL.fth
Including C:\MPE\VfxForth64\Lib\SharedLibs\libXL\libXL.fth
Err# -13 ERR: Undefined word.
Source: "C:\MPE\VfxForth64\Lib\SharedLibs\libXL\libXL.fth" on line 74
-> : XLAPIENTRY "C" ;
^
include C:\MPE\VfxForth64\VFXBase\Extern.fth
Including C:\MPE\VfxForth64\VFXBase\Extern.fth
TYPES is redefined
EXTERN.VOC is redefined
EXTERNWARNINGS? is redefined
EXTERNREDEFS? is redefined
LIBREDEFS? is redefined
INEXTERNALS? is redefined
INEXTERNALS is redefined
INCURRENT is redefined
CLEAR-LIB is redefined
CLEAR-LIBS is redefined
INIT-LIBS is redefined
FIND-LIBFUNCTION is redefined
.LIBS is redefined
#BADLIBS is redefined
.BADLIBS is redefined
LIBRARY: is redefined
TOPLIB is redefined
FIRSTLIB is redefined
[FIRSTLIB] is redefined
EXTERNLINKED is redefined
INIT-IMPORTS is redefined
Err# -13 ERR: Undefined word.
Source: "C:\MPE\VfxForth64\VFXBase\Extern.fth" on line 924
-> [ also asm-core ] asm-end asm-start [ previous ] ; \ flush assembler
^
include C:\MPE\VfxForth64\Kernel\x64Com\sam8687.fth
Including C:\MPE\VfxForth64\Kernel\x64Com\sam8687.fth
Err# -258 ERR: Failed to open requested file.
-> include C:\MPE\VfxForth64\Kernel\x64Com\sam8687.fth
^
include C:\MPE\VfxForth64\Kernel\x64Com\asm8687.fth
Including C:\MPE\VfxForth64\Kernel\x64Com\asm8687.fth
ASM-CORE is redefined
ASM-ACCESS is redefined
Err# -13 ERR: Undefined word.
Source: "C:\MPE\VfxForth64\Kernel\x64Com\asm8687.fth" on line 581
-> compiler
^