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.
coInitialize_() is part of PB or need a lib? URGENT HELP
coInitialize_() is part of PB or need a lib? URGENT HELP
Last edited by ricardo on Wed Jul 13, 2005 8:49 pm, edited 1 time in total.
ARGENTINA WORLD CHAMPION
-
Num3
- PureBasic Expert

- Posts: 2812
- Joined: Fri Apr 25, 2003 4:51 pm
- Location: Portugal, Lisbon
- Contact:
It's a Win32 API callThe 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.
Yes, we know. Thats why we dont understand why we get that prompt when trying to call it.Num3 wrote:It's a Win32 API callThe 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.
ARGENTINA WORLD CHAMPION
