<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi all,<br><br>After googling quite a bit, I've been unable to find any recent binaries.  The ones that I have found are from 2006 (1.0pre3) and don't work if I include any header files.  From what I can gather from the error messages, ac++ is bailing on g++'s __attribute__ tags and also doesn't seem to like numerous other things in the standard headers (most saying error: 'XXX' is not a member of '::'.  In short, I get a massive string of error messages, some saying that there is an invalid declaration near token '__attribute__', with most others being the not a member errors.  I'm on Windows 7, with MinGW g++, using ag++ (though I've tried just ac++ to make sure).<br><br>I'm wondering whether this was a known bug, and has been fixed, and if it has, where I could get more recent binaries.  The errors from ac++ occur even when I compile the examples (for the Cache example, using the command 'ag++ -o cache main.cc ResultCache.cc -a Cache.ah') so I don't think its something I'm doing with my code, and g++ (compiling without the aspects) doesn't give me any errors.  When I first came across AspectC++, I was quite excited, because AspectJ (AOP for Java) has improved a lot of my Java code, and I was hoping to carry the same over to C++.  First, though, I need to get this working...<br><br>Thanks in advance,<br>Brandon<br>                                     </body>
</html>