lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


 

If it helps, this is the problem area in the C file:

 

#ifndef IUPLUA_NO_CD

  cdlua_close(L);

   IupClose();

#endif

  IupControlsClose();

 

I saw elsewhere (http://lua-users.org/lists/lua-l/2005-03/msg00395.html) IupControlsClose being used before IupClose, but swapping them in my C script didn’t fix it.

 

I did see ‘IUP_CLOSE’ in libiupcontrols.a (opened in Notepad), but none of my files have ‘IupControlsClose’.