erlangwxerlang

wxErlang error message


I cannot get wxErlang to work at all. Do i need to include a module. Can't find any basic information relating to it. Please help. I am look for a very basic example of a module.

the error I am getting is

undefined function wx:start/0


Solution

  • I just needed to include the wx lib using the following line

    -include_lib("include/wx.hrl").
    

    include/ is a sub directory in my project containing the wx library.