Selon RENNUIT Antoine 203220 Thésard <[EMAIL PROTECTED]>:

> That works better, but I still have several errors :
>       - what is fadmin project useful for? The true question is can I
> remove it, because it needs FLTK, and it's a painful task to install it
> correctly (no .lib, no .dll...).

fgadmin is a utility project and can be removed

>       - I have a problem with the "exit" function declaration in stdlib.h,
> it tells me it is a redefinition, any idea?

edit glut.h, locate exit and then change the file to have :

#if     _MSC_VER >= 1200
_CRTIMP __declspec(noreturn) void   __cdecl exit(int);
#else
_CRTIMP void   __cdecl exit(int);
#endif

instead of :
_CRTIMP void   __cdecl exit(int);

that works only for MSVC 6

-Fred


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to