About Dlls?
-
Hello, I want to create a DLL and Use it by #import directive (Any Simple Link or Example?) Best Wishes, Thanks.
-
Hello, I want to create a DLL and Use it by #import directive (Any Simple Link or Example?) Best Wishes, Thanks.
"The #import directive is used to incorporate information from a type library. The content of the type library is converted into C++ classes, mostly describing the COM interfaces." do you want to create COM type library? 4apai There're no impossible tasks. There're tasks that required infinite period of time.
-
Hello, I want to create a DLL and Use it by #import directive (Any Simple Link or Example?) Best Wishes, Thanks.
Zero_One_ADO wrote: I want to create a DLL and Use it by #import directive Then you'll need a COM dll. I recommend that you read about ATL on MSDN, as it is the simplest way of creating COM dlls without having to understand all the workings. The wizards pretty much do it all for you. Michael CP Blog [^]