PDA

View Full Version : AOP on C++ code


creo
10-20-2005, 07:33 PM
Hi there,

Can the Spring.NET AOP Framework be applied to C++ code, or only to C# and Visual Basic?

I haven't found a clear answer to this in the Spring.NET docs so I thought I'd ask in here. If this is not the appropriate medium for this kind of questions please let me know.

Thank you.

Aleks Seovic
10-21-2005, 06:17 AM
Spring.AOP works on the IL level, so it should work with any managed code, including Managed C++. It also means that it will not work with native C++ code.

That said, I never tested it with Managed C++ code, so if you can try it and let me know what the result was I would very much appreciate it.

Thanks,

Aleks