activation-context-api Questions

1

Solved

Does LoadLibraryEx function use side-by-side manifests? I have bar.dll with embedded SxS manifest, and that manifest describes version of this bar.dll, other dll file foo.dll has manifest that list...
Selftaught asked 17/1, 2018 at 19:23

5

Solved

itsAnalysisDataTable.CreateEx( WS_EX_CLIENTEDGE, AfxRegisterWndClass( CS_DBLCLKS, LoadCursor( NULL, IDC_ARROW ), (HBRUSH)::GetStockObject( NULL_BRUSH ), NULL ), "AnalysiysTable", WS_CHILD | WS_VISI...
Flavine asked 5/10, 2011 at 9:22

1

Solved

I am currently working on a mixed managed / native work chain and need to create an activation context for registration-free COM support (see Embed a Registration-Free COM manifest into a C# dll wi...
Sedate asked 22/10, 2014 at 18:53

1

Solved

I'm currently working on a mixed native / managed application chain, which employs registration-free COM. The following image illustrates this: The C# wrapper DLL has been created using the tlbi...
Langbehn asked 24/9, 2014 at 19:6

1

Solved

I've got no experience in C++ and Win API so sorry if this question is nooby. I've got DLL where I create some components, MessageBox for example. I added pragma comment to enable visual styles and...
Giannagianni asked 12/8, 2014 at 14:43

1

Solved

The problem I'm facing is essentially described here, that is: I have a DLL that is using a 3rd party in-process COM component dll. I want to use registration free COM with that in-process compone...
Akkerman asked 10/10, 2013 at 15:1

3

Solved

According to the docs: "If you want your application to use ComCtl32.dll version 6, you must add an application manifest or compiler directive to specify that version 6 should be used if it is ava...
Floury asked 29/11, 2010 at 21:57

2

I am using both/either WebKit.Net and OpenWebKitSharp. However, as soon as I try to instantiate the WebKitBrowser, I get an error: Failed to initialize activation context Does anybody know what thi...
Diligent asked 10/10, 2011 at 15:16
1

© 2022 - 2024 — McMap. All rights reserved.