0 votes
ago by Randall Forsyth (120 points)
edited ago by Randall Forsyth

The GUIgen manual and the examples assume I haven't just started using VFX Forth for the first time ever. I can get nowhere without encountering an undefined word.

Example:

  ok

  ok

INCLUDE C:\MPE\VfxForth64\Examples\Win32\GUIgen\guigen.bld 

Including C:\MPE\VfxForth64\Examples\Win32\GUIgen\guigen.bld

Including %GuiLib%\miscwins.fth

Err# -13 ERR: Undefined word.

 Source: "C:\MPE\VfxForth64\Examples\Win32\GUIgen\miscwins.fth" on line 374 

 ->     GWL_STYLE GetWindowLong WS_Child and 0<>

                                        ^

  ok

  ok

ok

  ok

INCLUDE C:\MPE\VfxForth64\Examples\Win32\GUIgen\ComboBox.fth 

Including C:\MPE\VfxForth64\Examples\Win32\GUIgen\ComboBox.fth

Err# -13 ERR: Undefined word.

 Source: "C:\MPE\VfxForth64\Examples\Win32\GUIgen\ComboBox.fth" on line 81 

 -> WinControl: ComboBox "combobox"

               ^

  ok

Please log in or register to answer this question.

...