To prevent
FXApp.cpp:4361: error: `freeElms' undeclared (first use this function)
compiling fox-1.6.15 on Cygwin, add
#include "FXElement.h"
to the includes of FXApp.cpp
- Gerard
Log in to post a comment.