<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<br>Hi,<br><br>I am having problems with this simple program for testing non-inline slice functions:<br><br>//-------------------------file: exec.ah---------------------------<br>aspect myAspect{<br><br>    slice class mySlice{<br>       public:<br>         int counter;<br>         void f();<br>       }<br><br>    slice void mySlice::f() { // this is line 14<br>       printf("In f()\n");<br>    }<br><br>advice "Myclass": slice mySlice;<br>};<br>//--------------------------------------------------------------------<br><br>The error message is:<br>exec.ah: 14: error: invalid member declaration near token ´slice´<br><br>Am I doing something wrong?<br><br>Francisco Afonso<br><br><br><br><br /><hr />Windows Live Hotmail and Microsoft Office Outlook – together at last. <a href='http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=CL100626971033' target='_new'>Get it now!</a></body>
</html>