PDA

View Full Version : Com initialization



NewsArchive
12-15-2010, 12:41 AM
Hi Friedrich,

A question form one of our developers:

Do you make a CoInitialize and CoUninitialize calls? Some of our DLLs
need this.

Thanks for your answer.

Markus

NewsArchive
12-15-2010, 12:41 AM
Hi Markus,

> A question form one of our developers:
>
> Do you make a CoInitialize and CoUninitialize calls? Some of our DLLs need
> this.

Only the "Shortcut" functions in the installer make a CoInitialize(NULL) and
CoUninitialize() call.

Friedrich