Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
So can a COM object talk to a .NET object?
So can a COM object talk to a .NET object?
✍: Guest
Yes, through Runtime Callable Wrapper (RCW) or PInvoke.
2014-12-02, 2203👍, 0💬
Popular Posts:
How can I construct preprocessor if expressions which compare strings? You can't do it directly; pre...
What is shadowing ? When two elements in a program have same name, one of them can hide and shadow t...
Why does malloc(0) return valid memory address? What's the use? malloc(0) does not return a non-NULL...
What is the FP per day in your current company?
What is the purpose of the wait(), notify(), and notifyAll() methods? The wait(),notify(), and notif...