Any lisp environment su开发者_运维问答pporting the following 1. using com objects. 2. acting as a com server...Allegro Common Lisp and IronScheme has built-in support for COM. You can get any Common L
I\'m using a COM object from .NET using interop. The object basically fetch data from socket and fire some events for .NET layer to process. However, after a while, the COM object stops firing events
I have added COM control AxWindowsMediaPlayer to form in vb.net. and just have following code Public Class Form1
I have an ancient COM object in VB6 that has been working fine until recently. (Don\'t they all). The only code 开发者_Go百科change that has been made (as verified by svn) is the inclusion of a new st
My understanding was since D3D is u开发者_如何转开发sing COM, the answer is yes. But in the Ogre rendering engine, it appears this is never called. Is this fine or an oversight - if so could it have s
I\'m a bit over my head here and would like some advice on how to go about. Basicly what I want to do is to be able to render and control silverlight inside my C++ application. I would like something
I am currently trying to invoke some unmanaged code from a Silverlight 4 Out-Of-browser application with elevated privileges.
I have an native C++ dll, some header files and the import library. Is the开发者_JAVA百科re a way how to instantiate an object within C# that is defined in the dll?
I seem to be running into a problem when I run a VBScript when it creates a COM object, but only on Windows 7.
I\'m trying to use a 3rd party COM DLL (I don\'t believe its a .NET component) from a .NET service without registering the COM DLL but I\'m having no luck so far.