I have a classic ASP website (yes they still exist) that needs to call a .NET DLL registered for COM interop.
I have been having a prolonged encounter with the beast known as COM Interop... I am currently trying to generate a .tlb from a .idl file generated by the OLE/COM Object Viewer. However when trying
Anyone have any experience using SWIG? I a开发者_JAVA百科m currently researching QuantLib and saw that C# code can be generated using SWIG. We are exploring options to create a combined library of fin
I\'m using DSOFile to get the summary properties from some Crystal Reports report files. SummaryProperties.Thumbnai开发者_高级运维l returns an object and I need to convert the object to an image so I
I have a wrapper managed application(.net) over a COM Component(created using vb6) where Com component also uses native c++ dll.
I have some VB6 code that can\'t be modified easily that looks like this: Dim cCount as Long Dim rCount as Long
Based on the number of matches on Google, this may be a candidate for the Tumbleweed award, but here goes...
Now that .NET CLR 4.0 supports side by side (SxS) operation it should now be possible to write shell
Background.I\'ve got a COM Wrapper assembly called ComWrapper.dll written in C#, and Visual Basic 6 application called Project1.exe.I\'ve added the Project1.exe.manifest file (contents of which are sh
I\'m trying to create a COM Interop assembly (myComInterop.dll) between my vb6 app and a .net assembly.I\'m also trying to make it so that it can be "registration free" (see here for explana