What steps will reproduce the problem?
1. ExceptionHandler::UpdateNextID is using ::CoCreateGuid to generate an id
2. Ole32 gets loaded.
3.
What is the expected output? What do you see instead?
I'd like not to load ole32. Technically, :CoCreateGuid is a wrapper for
::UuidCreate in rpcrt4 library.
What version of the product are you using? On what operating system?
Windows, all versions.
Please provide any additional information below.
Technically, CoInitialize(Ex) must be called before calling any Co function
except the com memory allocators.
Original issue reported on code.google.com by sor...@gmail.com on 7 Dec 2007 at 9:40
Original issue reported on code.google.com by
sor...@gmail.com
on 7 Dec 2007 at 9:40