摘要:
We are so used to adding dotNet module references and project references, but rarely meet situations requiring adding other dotnet module directly. The Other dotnet module consists of 3 kinds: --preco... 阅读全文
摘要:
1. C# VS COM---------directly add the COM tlb as reference and then make use of com class just like native dotNet class. 2. C# VS unmanaged module------------PInvoke. More about PInvoke: System.Runtim... 阅读全文
摘要:
It's more C++ style. Some key basic points: --using namespace XX --NO internal keyword --Organize a class/struct like C++. "Public:", "Private:" --No below keywords which are only for C#: foreach, usi... 阅读全文