Menu

#4 Windows specific include paths

open
nobody
None
5
2012-09-24
2012-09-24
Doug Royer
No

Several of the files use WINDOWS paths ( \ and not / in include file path.

As in
#include <wx\event.h>

should be
#include <wx/event.h>

I got several other compile errors on Linux, just started looking to see why.
Is this windows only code?

Discussion


Log in to post a comment.

MongoDB Logo MongoDB