0 votes
by Randall Forsyth (120 points)
edited 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

1 Answer

0 votes
by Graham Smith (160 points)
GUIgen was written for the Win32 API using 32 bit VFX. I'm pretty sure it will not work under the 64-bit version.
...