To find ex-erlang-samples, you should send the following call to EShell to find the base directory for wx-erlang:
code: lib_dir (WX).
On Windows, the returned path uses "/" instead of "\", so just replace them.
Inside this directory is a directory called "examples". Start with the “simple” in these examples.
You should also check if wx is working correctly: use
WX :. Demo ()
in EShell.
source share