Namespace Extension Starting point help please
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm trying to take an old COM component that I have source code to, and convert it to pure ManagedC++. It makes use of Direct API calls, and I can get the core of it working. I'm trying to understand the article written by Nish (Implementing Callback functions using IJW (avoiding DllImport))http://www.codeproject.com/managedcpp/cbwijw.asp[^], but I can't seem to adapt the code correctly. I'm using the RAS api, and as soon as I integrate Nish's code, I get exceptions that new and delete cannot be used. Is there an article or site somewhere that covers creation of namespace extensions (if this is infact the correct term). Any help/pointers would be greatly appreciated.