I'm having some trouble parsing code produced by the visual studio 2008 
preprocessor using CIL as a library. This appears to be happening 
because sal.h includes decorations like c# annotations:

[source_annotation_attribute( SA( Parameter ) )]
struct _$P
{
#ifdef __cplusplus
    _$P();
#endif
   int _$d;
};
typedef struct _$P _$P;

sal.h is imported by virtually all c header via crtdef.h.

This is not a problem in visual studio 2005. So I'm working round this 
by falling back to visual studio 2005. But thought you might like to 
know this.

Tom Wright

------------------------------------------------------------------------------
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to