|
|
发表于 26-3-2011 12:50 PM
|
显示全部楼层
You can use AForge.NET framework from managed C++, where you can use any .NET assembly. But the framework is not ready to be used from unmanaged C++. To call .NET classes from C/C++, these classes should be registered as COM object. To make COM object from a .NET class, it should follow some rules. And AForge.NET framework classes were not designed according to these rules.
放弃吧。 |
|