January 20, 2004
I have successfully compiled the minimal example. However, I tried to write the same example from scratch and I get the following error in the resource file wx/msw/wx.rc, when compiling:

Error: missing decl-specifier-seq for declaration of 'xWindowsMenu'

I have compared my code with the minimal sample until I am blue in the face, and I cannot spot any differences. Why does my code not compile?


January 20, 2004

Roger deBry wrote:

> I have successfully compiled the minimal example. However, I tried to write the
> same example from scratch and I get the following error in the resource file
> wx/msw/wx.rc, when compiling:
> 
> Error: missing decl-specifier-seq for declaration of 'xWindowsMenu'
> 
is there somwhere a xWindowsmenu which should be wxWindowsMenu; looks like a typing error as this means that xWindowsMenu was not declared somewhere?
chris