Errata

Learning DCOM

Errata for Learning DCOM

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 7
Fig. 1.5

Figure 1.5 should read "CORBA". Instead it has been typed as "COBRA".

Anonymous   
PDF Page 45
2nd paragraph

The sentence...

On the other hand, Release is called when a piece of code no long needs this interface.

Should read...

On the other hand, Release is called when a piece of code no longer needs this interface.

Anonymous  Oct 26, 2011 
Printed Page 277
Exception handling paragraph

The first words of the paragraph should be "Smart pointers". It currently
reads "Smart printers".

Anonymous   
Printed Page 433

The code sample now reads:

CoInitializeSecurity(0,-1,0,0,
RPC_C_AUTHN_LEVEL_NONE,
RPC_C_IMP_LEVEL_IDENTITY, (Error is here)
0, EOAC_NONE, 0)

It should read:

CoInitializeSecurity(0,-1,0,0,
RPC_C_AUTHN_LEVEL_NONE,
RPC_C_IMP_LEVEL_IDENTIFY,
0, EOAC_NONE, 0)

Anonymous