Page 1 of 1

coInitialize_() is part of PB or need a lib? URGENT HELP

Posted: Wed Jul 13, 2005 6:43 pm
by ricardo
Hello

We are trying to run the flash example ( viewtopic.php?t=11465&highlight=coinitialize ) in a clean 3.93 install but get the message telling that coinitialize_() is not a function, etc.

Any idea?

Thanks in advance.

Posted: Wed Jul 13, 2005 6:55 pm
by Num3
The CoInitialize function initializes the Component Object Model(COM) library. You must initialize the library before you can call its functions. Applications must call CoInitialize before they make any other COM library calls except the CoGetMalloc function and memory allocation calls.
It's a Win32 API call

Posted: Wed Jul 13, 2005 6:57 pm
by ricardo
Num3 wrote:
The CoInitialize function initializes the Component Object Model(COM) library. You must initialize the library before you can call its functions. Applications must call CoInitialize before they make any other COM library calls except the CoGetMalloc function and memory allocation calls.
It's a Win32 API call
Yes, we know. Thats why we dont understand why we get that prompt when trying to call it.