Pawel Guest
|
Posted: Wed Jun 08, 2005 4:37 pm Post subject: OLE inicialization |
|
|
OS is wk2 SP4.
I've got the code:
HR := CoInitializeSecurity(
nil,
-1,
nil,
nil,
RPC_C_AUTHN_LEVEL_NONE,
RPC_C_IMP_LEVEL_IMPERSONATE,
nil,
EOAC_NONE,
nil)
And when it's put in project after Application.Initialization, it's
working (HR=0). But when it's put if FormCreate then HR=-2147417831.
How can I avoid the behaviour? The worse is that in then very
beginning of creating application this code was working properly in
FormCreate and suddenly it stopped.
Regards, PK
|
|