[En-Nut-Discussion] Ethernut discussion

Harald Kipp harald.kipp at egnite.de
Mon Sep 8 15:51:02 CEST 2008


jackson wang wrote:
> Necessary to compile the program nutdisc, which is the correct compiler?
> 
>  I am using the Borland bcc5 free, not meeting the archive:#include <wx/wxprec.h>

Jack,

I'm sorry for this. I'm using MSVC++ 2005 on Windows and had been quite 
ignorant about other compilers. In general, Borland is supported by 
wxWidgets. The wxWidget samples use

   #include "wx/wxprec.h"
   #ifdef __BORLANDC__
     #pragma hdrstop
   #endif

There may be more issues.

Harald




More information about the En-Nut-Discussion mailing list