wxLua 2.8.10 - FAQ

  1. Why wxLua?
    1. What's best for my needs: wxLua, wxPython, wxSomethingElse?
    2. Can I use wxLua as script interpreter embedded in my own C++ applications?
  2. How to learn wxLua
    1. Read the wxLua documentation
    2. Read the C++ wxWidgets documentation
    3. Run and trace through the samples
  3. Programming in wxLua
    1. wxStrings?
    2. wxArrayString and wxSortedArrayString?
    3. wxArrayInt?
    4. When and how should you delete() objects?
    5. Why do the samples use the function main() and is it special to wxLua?
    6. Why are the arguments shifted +1 for error messages from class member function calls?

  1. Why wxLua?

    1. What's best for my needs: wxLua, wxPython, wxSomethingElse?

    2. Can I use wxLua as script interpreter embedded in my own C++ applications?

  2. How to Learn wxLua

    1. Read the wxLua documentation

    2. Read the C++ wxWidgets documentation

    3. Run and trace through the samples

  3. Programming in wxLua

    1. wxStrings?

    2. wxArrayString and wxSortedArrayString?

    3. wxArrayInt?

    4. When and how should you delete() objects?

    5. Why do the samples use the function main() and is it special to wxLua?

    6. Why are the arguments shifted +1 for error messages from class member function calls?