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

Everything else that doesn't fall into one of the other PB categories.
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

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

Post 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.
Last edited by ricardo on Wed Jul 13, 2005 8:49 pm, edited 1 time in total.
ARGENTINA WORLD CHAMPION
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post 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
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post 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.
ARGENTINA WORLD CHAMPION
Post Reply