I am using Dev-C++ (4.9.9.0) with the wxWindows devpak and everything seems to be functional except for the InsertSeperator() and AppendSeperator() commands. The error for AppendSeperator() is...

"In constructor `MyFrame::MyFrame(const wxString&, const wxPoint&, const wxSize&, long int)': 'AppendSeperator' undeclared (first use this function)"

I do not know why it is throwing this error. I can create the menu bar, menus, and append menu items to the menu, but I cannot append a seperator to the menu. Here's the source code...

http://megamanxplosion.50megs.com/code.txt


Help would be appreciated