describe me what are they used for.
How can I make .ocx (ActiveX control) in C# VS 2005?
can i make WindowsControlLibrary in C# (dll), then import it in C++ and export an .ocx file witch i'll use in other programming environment?
What are ATL, CLR in VS C++ 2005? i need them features.?
ATL stands for Active Template Library. This library is designed to provide a way to create COM components
CLR stands for Common Language Runtime the Windows kernel, providing vital services such as loading, memory management and protection, exception handling, ...
Reply:Anything your write in C# will require the CLR (Common Language Runtime) - this is installed as part of the .Net Framework on a users PC.
Regarding ATL http://whatis.techtarget.com/definition/...
hawthorn
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment