|
|
|
#2 (permalink) |
|
Messages: n/a
Hébergeur: |
I believe any language can be used to access the VS COM API.
With VS, setting security is important. However, once setup correctly it should not be any different from other COM objects. "John S" wrote: > How to use COM from VB6 ? it seems not possible - some errors on object > creation stage > > > |
|
|
|
#3 (permalink) |
|
Messages: n/a
Hébergeur: |
Have you a VB6 sample how to set up a security ?
>I believe any language can be used to access the VS COM API. > With VS, setting security is important. However, once setup correctly it > should not be any different from other COM objects. |
|
|
|
#4 (permalink) |
|
Messages: n/a
Hébergeur: |
John S wrote:
> Have you a VB6 sample how to set up a security ? VB6 calls CoInitializeSecurity very early in the process startup. Try this: Run dcomcnfg, then open Component Services > Computers > My Computer (Properties) > Default Properties tab, change the default impersonational level to "Impersonate" Now re-run your VB application, the default CoInitializeSecurity call in VB should allow you to create the VirtualServer.Application class |
|
![]() |
| Outils de la discussion | |
|
|