Does WinBatch Support 3rd party COM objects?
Keywords: Does WinBatch Support 3rd party COM objects?
Question:
Does WinBatch Support 3rd party COM objects?Doesn't WinBatch support usage of one's own C\C++ code and DLL's and essentially COM Objects are compiled into binary executable modules that are in fact files with ".DLL" and ".EXE" file name suffix's? What is the distinction that prevents WinBatch from working with these files over other DLL's and EXE's?
Answer:
COM objects can be servers and/or controls. We can talk to servers using OLE functions, but not to controls.
Article ID: W14905