<div><div><br>
Hi Martin, <br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">c:\Dokumente und Einstellungen\martin\Desktop\ObserverAOPAcOk_ClFail\observerAOP<br>
-out\Subject.h(93) : fatal error C1070: mismatched #if/#endif pair in file<br>'c:\dokumente und<br>einstellungen\martin\desktop\observeraopacok_clfail\observeraop-out<br>\subject.h'<br>Generating Code...</blockquote><div>
<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is there anything wrong with my code? (If needed, I also can send my<br>example-observer-pattern.)
<br></blockquote></div><br>
the above error message tells you what's wrong with your code, either
you really have in or more mismatched #if/#endif in your code, what is
always ugly, because these are not easy to find, or what is more
probably: maybe one of your source files does not end with a newline
after an '#endif', that might lead to a line like this<br>
<br>
#endif#ifdef<br>
<br>
in the woven source code and produce the error.<br>
<br>
Ciao, Fabian<br>