| 1. |
Can I Use .net Components From Com Programs? |
|
Answer» Yes. .NET COMPONENTS are accessed from COM via a COM Callable Wrapper (CCW). This is similar to a RCW (SEE previous question), but works in the opposite direction. Again, if the wrapper cannot be automatically generated by the .NET DEVELOPMENT tools, or if the automatic BEHAVIOUR is not desirable, a custom CCW can be developed. Also, for COM to 'see' the .NET component, the .NET component must be registered in the registry. Yes. .NET components are accessed from COM via a COM Callable Wrapper (CCW). This is similar to a RCW (see previous question), but works in the opposite direction. Again, if the wrapper cannot be automatically generated by the .NET development tools, or if the automatic behaviour is not desirable, a custom CCW can be developed. Also, for COM to 'see' the .NET component, the .NET component must be registered in the registry. |
|