9,867,109 members (29,253 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
1,487 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 30
Page Size:
10
·
25
·
50
Tag filtered by: COM
[x]
How to know if "Create a copy" checkbox is checked in "Move or Copy" dialog of worksheet
by
Virendra_ec10
Question
8 May 2013
license:
CPOL
Hi Gurus,I need to find out if user does, Right Click on a worksheet tab-->Opens Move or Copy dialog" and check the "create a copy "checkbox.Please help me how to get the handle to move or Copy dialog controls in C# or VBA.Thanks in Advance.Vieer
General Programming
»
Uncategorised Quick Answers
»
General
C#
COM
Excel
VBA
Class Not Registered in MFC dll
by
Richard MacCutchan
Answer
3 May 2013
license:
CPOL
You should use Regsvr32[^] to register COM libraries properly.
General Programming
»
Uncategorised Quick Answers
»
General
MFC
COM
Windows
Win7
VC++
Class Not Registered in MFC dll
by
Sameer_awana
Question
3 May 2013
license:
CPOL
Hello!I am working on MFC dialogue based application,for that I used Dll functionality in COM. DLL is build successfully. I register it with registry editor by using GUID for the interfaces in dll application.I wrote below code for Initialise com object,but it gives error that "Class Not...
General Programming
»
Uncategorised Quick Answers
»
General
MFC
COM
Windows
Win7
VC++
How to resolve error C2059
by
Vaibhav_J_Jaiswal
Question
2 May 2013
license:
CPOL
Hi friends, I am using VS 2005Whenever I am compiling my code I got the error as :error C2059: syntax error : ',' C:\Program Files\Microsoft Visual Studio 8\VC\include\comip.h 49 Anybody explain me this error why it occurred and this error comes many time.Here is the...
General Programming
»
Uncategorised Quick Answers
»
General
COM
VC++
interfaces
How to resolve error C2059
by
Ian A Davidson
Answer
2 May 2013
license:
CPOL
http://msdn.microsoft.com/en-us/library/t8xe60cf(v=vs.80).aspx[^]
General Programming
»
Uncategorised Quick Answers
»
General
COM
VC++
interfaces
Using an Access, MySQL, PostgreSQL or SQLite database from VBA
by
Pragmateek
Technical Blog
2 May 2013
license:
CPOL
[toc] Introduction Note to pedantic guys: yes Access is not a database engine, only the graphical front-end to Jet/ACE, but we’ll stand with this simplification. The sample application (Excel + VBA) and the SQL source code are available in this … Continue reading →
Enterprise Systems
»
Office Development
»
Microsoft Excel
VB
SQL
Windows
CEO
Architect
DBA
Dev
COM
COM+
ADO
, +
Activex exe client hangs
by
sjhsjfk
Question
1 May 2013
license:
CPOL
Hi,I have an out of process server running as windows services.I have made another application which instantiate the class defined in the out of process server. But when it calls a method of the class, it just hangs. It though runs fine when the out of process is not running already. When...
General Programming
»
Uncategorised Quick Answers
»
General
VB
COM
ActiveX
Building a Proxy/Stub DLL for Standard Marshaling
by
- NA -
Question
30 Apr 2013
license:
CPOL
I created a Win32 dll project on VC++ using MIDL generated files and i am trying to create Proxy / Stub code from it. In the project settings i added the static libraries : rpcndr.lib, rpcns4.lib , rpcrt4.lib and added preprocessor Definitions: REGISTER_PROXY_DLL and _WIN32_DCOM.Also i added...
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
DLL
proxy
Calling DCOM object in VC++
by
Coder Block
Question
23 Apr 2013
license:
CPOL
Currently we are working on backup management solution so we are using shadowProtect interface for some trials.Shadow ProtectNow i need to call shaprotect interface functions programatically to create some backup jobs and get information ,so ShadowProtect provide me following lines of code...
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
COM
VC++
helpstring on properties using COM interop: is it hopeless ?
by
YDaoust
Question
22 Apr 2013
license:
CPOL
I have written a .NET class library (using Visual C++ 2005 and old syntax) which is exposed to VB6 via COM Interop. The assembly works quite satisfactorily. I recently decided to enhance it by documenting all classes and class members; this is done by qualifying items with a Description...
General Programming
»
Uncategorised Quick Answers
»
General
C++
.NET
COM
Interop
COM Forward compatibility ?
by
Sergey Alexandrovich Kryukov
Answer
22 Apr 2013
license:
CPOL
In general case, not. Actually, that's why, in addition to compatibility, COM components should support versioning.Now, why? To understand it, you should consider layout of memory pointed by interface pointer and two side: a component and using code. Here is the illustration. From C++...
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
by
CodezBob
Answer
18 Apr 2013
license:
CPOL
player = instancePlayer as WMPLib.IWMPPlayer; //Here Object instanceFolder = null; Guid guid_IWMFolder = typeof(WMPLib.IWMPFolderMonitorServices).GUID; IntPtr ptr1, ptr2; try { ptr1 =...
General Programming
»
Uncategorised Quick Answers
»
General
C#
COM
Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
by
longit644
Question
17 Apr 2013
license:
CPOL
I try flowing code to create an WMPLib.IWMPFolderMonitorServices in C# to manage folders contain music. public partial class MainWindow : Window { private WMPLib.IWMPPlayer player; private WMPLib.IWMPFolderMonitorServices manageFolder; ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
COM
COM Forward compatibility ?
by
CPallini
Answer
17 Apr 2013
license:
CPOL
COM has strict rules: Interfaces must be immutable. You must never, ever change the interface in a new version of a COM DLL. You may add interfaces, however.Now, supposing you have (strictly) followed the COM rules, the new DLL, supports the old interface and possibly new ones. IF object B...
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
COM Forward compatibility ?
by
khaliloenit
Question
17 Apr 2013
license:
CPOL
Hello, I have a question. I have a dll COM with version A and I have a new version of this dll (version B). Version B supports backward compatibility i.e: When I compile application with the version A of dll it works fine. When we launch it on machine that has version B installed.I suppose...
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
Problem with IWebBrowser2
by
max_nowak
Answer
14 Apr 2013
license:
CPOL
If anybody is interested, here's what I did to solve this:Since the method to do it by calling the ExecWB function with the respective arguments still not want to work, I did a somewhat ugly work around.On the OnDocumentComplete event, I simply call a Javascript function which does the...
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
C++/MFC
Dll gets hang when using Cocreateinstance only for specific applications
by
shailesh91082
Answer
12 Apr 2013
license:
CPOL
MSXML2.0 is no more supported by Microsoft you can refer this link and check, take the latest version i.e MSXML6.0 and use it in your application, it should work or even MSXML4.0 should workout for you.http://support.microsoft.com/kb/269238[^]
General Programming
»
Uncategorised Quick Answers
»
General
COM
Hierarchical Registry-free COM access from C++ client
by
shaileshjain
Answer
12 Apr 2013
license:
CPOL
In C++ equivalent of adding reference is using #import "comserverdllname" ex:#import "test.dll"
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
DLL
Problem with IWebBrowser2
by
max_nowak
Question
12 Apr 2013
license:
CPOL
Hi codeproject community,normally I never bother an internet forum with my problems but I am kind of desperated right now.So here's the issue:I have an MFC application with an webbrowser control in the gui contained. For this purpose I created a new class deriving from the necessary...
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
C++/MFC
Problem with IWebBrowser2
by
du[DE]
Answer
12 Apr 2013
license:
CPOL
I've got an idea ;)Try this:VARIANT vFontSize;VariantInit (&vFontSize);V_VT(&vFontSize) = VT_I4;V_I4(&vFontSize) = 4; //arbitrary picked zoom value out of a possible range from 0 to 4//m_pBrowser->ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER, &vFontSize,...
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
C++/MFC
ActiveX Inception Drawing Issue
by
Pedro Lacerda
Answer
11 Apr 2013
license:
CPOL
Thank you for your time The_Inventor!I've got the problem solved by adding the chart in a IDD_DIALOG and attaching it to the ActiveX. But the ActiveX must be enabled for control container,and the dialog must have a bunch of flags setted.More InfoCheers!
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
COM
ActiveX
how to make a dll in visual vc++ net and use in web application with javascript?
by
- NA -
Question
11 Apr 2013
license:
CPOL
Hi, I need help, I need make a dll in vc++ and after register in system 32 and link with web application project for call methods from javascript thanks.NOTE:Not is c++ 6.0
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
.NET
COM
DLL
Interop
VC++
C# COM return value marshaling problem
by
jmh1
Question
11 Apr 2013
license:
CPOL
Hi guys!I need to manage VirtualBox from a C# Net 4.0 app using the COM API. The problem is that I get a marshaling exception when i try to get the output from a program that has been executed on the guest.The code that generates the exception is:System.Array output =...
General Programming
»
Uncategorised Quick Answers
»
General
COM
C#
C#4.0
Hierarchical Registry-free COM access from C++ client
by
PaulowniaK
Question
11 Apr 2013
license:
CPOL
I've got a C++ client accessing some registry-free C++ COM DLLs.I followed instructions here:Registration-Free Activation of COM Components: A Walkthrough[^]and got my client working almost OK.However, my side-by-side DLL calls into many other COMs.These internal COMs appear...
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
DLL
C++ WMI provider with example examining Windows Security Center
by
jan.mach71
Tip/Trick
10 Apr 2013
license:
CPOL
C++ WMI provider with example examining Windows Security Center
General Reading
»
Hardware & System
»
Wmi
C++
Windows
ATL
COM
WMI
Effect Change in Dll during Application running/execution.?
by
Sergey Alexandrovich Kryukov
Answer
10 Apr 2013
license:
CPOL
As a quick answer, I would answer: better forget it.However, there are couple of remote possibilities related to System.Reflection.Emit. You can generate (emit) a whole assembly during runtime and use it. Alternatively, you can add a separate method during run-time, convert it to a delegate...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
ATL
COM
.NET
DLL
Effect Change in Dll during Application running/execution.?
by
Vishal_K89
Question
10 Apr 2013
license:
CPOL
Hi All,In my Application, comprising many COM-Dll's, I had added new class/interface/method, obviously, since, IID-CLSID changes, we need to register the Dll "abc.dll" using RegSvr32.exe "abc.dll", by closing the instance of Application.(pre-requisite) and replacing the newly registered...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
ATL
COM
.NET
DLL
ActiveX Inception Drawing Issue
by
The_Inventor
Answer
9 Apr 2013
license:
CPOL
Presuming you have a:CDC* m_pchrtMyChart;in your code then all you should have to do is:m_pchrtMyChart = mschrt20obj.m_pchrtObj or something to that extent. Often there is a HANDLE involved in order to transfer information about the object. It is a lot like using Bitmaps.
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
COM
ActiveX
How to find value of Gacutil from Registry?
by
Maciej Los
Answer
9 Apr 2013
license:
CPOL
Quote:It's included with Visual Studio (as part of the Microsoft SDK) and the .Net framework (v1 and 1.1 only!) So it might be in one of the following (or more!): source: Where is gacutil.exe?[^]On my machine (MS VS 2005 installed) i've found only this...
General Programming
»
Uncategorised Quick Answers
»
General
COM
DLL
batch
How to find value of Gacutil from Registry?
by
kulkarni.ajay
Question
9 Apr 2013
license:
CPOL
Hi All,I am writing a batch file to install my dll with gacutil.But I am not able to find out the exact location of gacutil, as different machine may have different Microsoft SDK's.Hence I am trying to use Reg.exe to do so.Eg,FOR /F "tokens=2*" %%a in ('REG QUERY...
General Programming
»
Uncategorised Quick Answers
»
General
COM
DLL
batch
Elevate( to admin privileges )at runtime a COM DLL loaded by Internet explorer
by
PierMario
Question
8 Apr 2013
license:
CPOL
I have a standard user that running Internet Explorer (going to a web site) loads my COM DLL, but for some functionalities I need that DLL must ask Administrator Privileges to the user( admin login and pwd)or if the user is already an admin just elevate the privileges to proceed.How to do...
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
ActiveX Inception Drawing Issue
by
The_Inventor
Answer
8 Apr 2013
license:
CPOL
You need a member and method(s) that point to the mschrt20.ocx functions within the mschrt20.ocx module within your module's code. Also you will need to include mschrt20.h in your header file for you module. Then in your OnDraw() use the methods and member, that is in your header file of your...
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
COM
ActiveX
Using Network List Manager (C++)
by
Jithesh Chandrasekharan
Article
8 Apr 2013
license:
CPOL
This article explains how to use Network List Manager service to identify and retrieve properties of each network that PC Connects to.
General Programming
»
Internet / Network
»
Network
Vista
C++
Windows
MFC
Dev
COM
Beginner
Intermediate
Windows
Win7
ActiveX Inception Drawing Issue
by
Pedro Lacerda
Question
8 Apr 2013
license:
CPOL
Hi, I want to draw an ActiveX (mschrt20.ocx) inside the OnDraw method in my custom ActiveX made in (C++/VS2010).Someone have a clue on that?
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
COM
ActiveX
Calling IUnknown::Release Function in COM Server Itself
by
CPallini
Answer
7 Apr 2013
license:
CPOL
Of course you can. But why?
General Programming
»
Uncategorised Quick Answers
»
General
C++
ATL
COM
VC++
Calling IUnknown::Release Function in COM Server Itself
by
vasuvasanth
Question
7 Apr 2013
license:
CPOL
Hello All,Is it possible to Call Release() Function in COM Server Itself.We have a situation where we have to call the Release function in COM Server itself instead of Client.
General Programming
»
Uncategorised Quick Answers
»
General
C++
ATL
COM
VC++
ISCSI development tutorial on Windows
by
Kushagra Tiwari
Article
6 Apr 2013
license:
CPOL
This article will help you to integrate ISCSI functionalities available on Windows with your base application in C++
Platforms, Frameworks & Libraries
»
Com / Com+
»
Com
VC8.0
WinXP
Win2003
Vista
C++
Windows
ATL
Dev
COM
Design
, +
Required single instance of COM servers in windows 7.
by
vasuvasanth
Question
5 Apr 2013
license:
CPOL
We have created an COM which will talk to some serial port.in order to simplify the clients work we created an dll which internally talks to the server.Clients will use the dll to access the server.now we are facining one problem in windows 7.In Windows 7 some applications will open in admin...
General Programming
»
Uncategorised Quick Answers
»
General
MFC
ATL
COM
VC++
Java: Retrieving user's information, such as email and position, from Active Directory
by
Ohad Redlich
Article
5 Apr 2013
license:
CPOL
This article shows how Java application can retrieve user's data from the Active Directory
Languages
»
Java
»
General
Java
COM
ADO
Required single instance of COM servers in windows 7.
by
Pablo Aliskevicius
Answer
4 Apr 2013
license:
CPOL
You have several options. 1. Use COM+. If I remember right, there are instantiation options somewhere there (I don't have a Windows box available at the moment). 2. http://social.msdn.microsoft.com/Forums/en-US/vclanguage/thread/224fc85f-f9f8-40a5-bd9a-92019d7c50b0/[^], or...
General Programming
»
Uncategorised Quick Answers
»
General
MFC
ATL
COM
VC++
How to instantiate a COM dll
by
Maxim Kartavenkov
Answer
3 Apr 2013
license:
CPOL
In additionallyHow to initialize object from existing DLL without registering see my answer here: importing com dll dynmaically[^]The CoCreateInstance and CoCreateInstanceEx used if case you object registered in a system or on remote PC. Once your object is OLE control or document which...
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
E-XD++ Electronic form design and Filling Source Code Kit for C/C++ and .NET
by
kellyonlyone
Catalog
3 Apr 2013
license:
Fully Function Evaluation version
Electronic form design, form printing, form filling, data dissemination, C/C++ visualization, VB/.NET, source code component library, 100% VC++ Source Code is Shipped.
Components, Controls, Libraries
VC6
VC7
VC7.1
VC8.0
Win2K
WinXP
Win2003
Vista
Embedded
C++
, +
How to instantiate a COM dll
by
tasumisra
Answer
3 Apr 2013
license:
CPOL
Thank you so much friends..well it was asked in one of the interview and i had answered the person that we can use co create instance or all helper methods invoked by cocreateinstance seprately ...CoGetClassObject(rclsid, dwClsContext, NULL, IID_IClassFactory, &pCF);hresult =...
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
How to instantiate a COM dll
by
H.Brydon
Answer
3 Apr 2013
license:
CPOL
If the COM DLL has to be treated as a COM object, then see solutions #1 and #2. If the DLL does not have to be treated as COM, then you could simply link to it and call the COM interfaces via conventional calls. You would still use the same marshalling, return code and exception handling...
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
How to instantiate a COM dll
by
CPallini
Answer
3 Apr 2013
license:
CPOL
There are some 'ufficial ways' for creating a COM objects (Matthew covered well the 'unofficial ways'). You may use CoGetClassObject and the call the IClassFactory::CreateInstance.MSDN's Instance Creation Helper Functions[^] shows other possibilities.However, I don't know if you consider the...
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
How to instantiate a COM dll
by
Matthew Faithfull
Answer
3 Apr 2013
license:
CPOL
There's no really sensible or safe way but there is a way. Essentially you can do what CoCreateInstance does by yourself. There are a number of steps and I don't know them all by heart but they will include.Load the Dll with LoadLibraryGet one or more function pointers to the functions...
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
How to instantiate a COM dll
by
tasumisra
Question
3 Apr 2013
license:
CPOL
Hi Experts,I wanted to know if there is any way to instantiate a COM component other than cocreateInstance and its variant.Regards,Vikas Mishra
General Programming
»
Uncategorised Quick Answers
»
General
C++
COM
E-XD++ CAD Drawing and Printing Source Code Kit for C/C++, .NET
by
kellyonlyone
Catalog
31 Mar 2013
license:
Fully Function Evaluation version
CAD drafting, mechanical CAD, Architectural CAD, electrical CAD, CAD design, CAD annotation, printing, software development, Source code control for C/C++, .NET, 100% VC++ Source Code is Shipped.
Charting & Graphing
VC6
VC7
VC7.1
VC8.0
Win2K
WinXP
Win2003
Vista
Embedded
C++
, +
E-XD++ HMI & SCADA Development Kit for C/C++, .NET
by
kellyonlyone
Catalog
31 Mar 2013
license:
Fully Function Evaluation version
HMI-SCADA Graphics Visualization Source Code Solution For C/C++, .NET and Web, 100% VC++ Source Code is Shipped.
Components, Controls, Libraries
VC6
VC7
VC7.1
VC8.0
Win2K
WinXP
Win2003
Vista
Embedded
C++
, +
How to Release COM Interop Objects so the Called Program Can Exit
by
Mike Meinz
Tip/Trick
29 Mar 2013
license:
CPOL
The COM Interop Runtime Callable Wrapper (RCW) is a "Black Box" that creates references to memory that need to be released before the called program will end.
Platforms, Frameworks & Libraries
»
Com / Com+
»
Com Interop
C#
VB
Windows
.NET
Dev
COM
Intermediate
Advanced
Interop
Cloud
Page 1 of 30
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid