472,374 Members | 1,455 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,374 software developers and data experts.

Tutorial for COM library creation

I've used COM libraries in VC++ before, but now I need to create one.
It's easy enough to do in .NET, but I need to write it in unmanaged
C++. Can anyone point me to a tutorial or some other reference that
explains how to create a C++ COM class in a DLL.

Jun 14 '06 #1
3 930
Oops... didn't mean to post this to the dotnet group.

Fish in a Barrel wrote:
I've used COM libraries in VC++ before, but now I need to create one.
It's easy enough to do in .NET, but I need to write it in unmanaged
C++. Can anyone point me to a tutorial or some other reference that
explains how to create a C++ COM class in a DLL.


Jun 14 '06 #2
> I've used COM libraries in VC++ before, but now I need to create one.
It's easy enough to do in .NET, but I need to write it in unmanaged
C++. Can anyone point me to a tutorial or some other reference that
explains how to create a C++ COM class in a DLL.


go to www.codeproject.com and do a search for 'DLL COM' or just 'COM' in the
category C++.
you'll find a ton of articles. start from there.

--

Kind regards,
Bruno van Dooren
br**********************@hotmail.com
Remove only "_nos_pam"
Jun 14 '06 #3
If you want to get into this in any kind of detail, I strongly recommend
purchasing a book.

http://tinyurl.com/qzdfp

Brian
Jun 14 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Alf P. Steinbach | last post by:
The fifth part of my attempted Correct C++ tutorial is now available, although for now only in Word format (use free Open Office if no Word), and also, it's not yet been reviewed at all -- ...
11
by: Magnus Lycka | last post by:
While the official Python Tutorial has served its purpose well, keeping it up to date is hardly anyones top priority, and there are others who passionately create really good Python tutorials on...
5
by: Anibal | last post by:
Hi, I need a tutorial (URL) that explains the use of SqlCommand to execute Stored Procedures that return values in SQL Server 2000; also the meaning and use of the diferent types of parameter...
9
by: vasudevram | last post by:
Hi, Is there any C++ library (free software or open source) for PDF creation, other than PDFLib? Also know about libpdf++ but it looks like it has only a few features, not enough for my needs....
8
by: vasudevram | last post by:
Hi, Is there any C library (free software or open source) for PDF creation, other than PDFLib? I'm looking for such a library to use for: 1. Porting my xtopdf PDF creation/conversion...
31
by: Antoon Pardon | last post by:
The following is part of the explanation on slices in the tutorial: The best way to remember how slices work is to think of the indices as pointing between characters, with the left edge of the...
6
Atli
by: Atli | last post by:
This is an easy to digest 12 step guide on basics of using MySQL. It's a great refresher for those who need it and it work's great for first time MySQL users. Anyone should be able to get...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.
0
DizelArs
by: DizelArs | last post by:
Hi all) Faced with a problem, element.click() event doesn't work in Safari browser. Tried various tricks like emulating touch event through a function: let clickEvent = new Event('click', {...
0
by: F22F35 | last post by:
I am a newbie to Access (most programming for that matter). I need help in creating an Access database that keeps the history of each user in a database. For example, a user might have lesson 1 sent...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.