[airstrike] Windows problems

machiel at bsdfreaks.nl machiel at bsdfreaks.nl
Mon Jun 7 05:30:37 EDT 2004


>
>> I will soon install Microsoft .NET (VC 70), VC60 doesn't support inline
>> and I will find out what happend if I use the VC70 compiler.
>
> Are you sure that __inline is not working? It has worked for other people
> in the past as far as I know (Peter?)
>
> Ulf
>

VC60,

1. The studio or the compiler doesn't define a INLINE by default.
2. The defintion '#define INLINE inline' only work with C++ (/TP)
3. For the C compiler (/TC) you could use
   '#define INLINE ' (ugly) or '#define INLINE __inline'




More information about the airstrike mailing list