AW: [En-Nut-Discussion] Suggestion for C++ initialisation change.
Harald Kipp
harald.kipp at egnite.de
Mon Feb 28 11:02:42 CET 2005
> > Mixing will always fail. Building in the source tree is
> > deprecated, but still supported until we'll have a non-GUI
> > version of the Configurator.
>Is there already any time schedule for writinging this tool?
It's not really on top of the list, but prepared.
This part of nutcomponent.c has to be filled:
#ifdef NUT_CONFIGURE_EXEC
/*!
* \brief Running without GUI.
*
* All settings are passed as command line options.
*
* \todo Everything.
*/
int main(int argc, char **argv)
{
}
#endif
Harald
More information about the En-Nut-Discussion
mailing list