Share via

Asynchronous COM sample code from MSDN magazine

RLWA32 52,571 Reputation points
2022-02-21T15:37:56.967+00:00

Raymond Chen's blog at COM asynchronous interfaces, part 1: The basic pattern got me interested in the subject and I found a pretty informative article from the April 2000 issue of MSDN magazine at Windows 2000: Asynchronous Method Calls Eliminate the Wait for COM Clients and Servers. Unfortunately, the article is so old that the link for the accompanying sample code is dead and I've been unable to find it anywhere. And web.archive.org doesn't have it.

Anybody have a copy that can be shared?

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

0 comments No comments

Answer accepted by question author

Castorix31 91,876 Reputation points
2022-02-21T17:51:37.847+00:00

The link from archived article at Windows 2000: Asynchronous Method Calls Eliminate the Wait for COM Clients and Servers
seems to work
[Edit] : also from the CD ISO at MSDNMag2002
(I just downloaded it, and there is the same code (but it is a bit slow))

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.