2025-02-07, 13:11:41
Hi,
And there's one of the reasons that this is still unsupported, it needs a completely different manifest as all the GUID's have changed and there's a number of new interfaces that needed to be added (and obsolete -unused- ones removed).
Did a bit of testing here and the attached manifest worked for me.
Note that the same applies.
- Put the AntView-2.0-x86.dll in the same folder as your application's binary
- Put the .manifest file(s) in this same folder as well
- Put the webview2loader.dll in this folder as well (careful with win32/win64 bitness, there are two identically named versions of this dll)
You'll have to adjust your application's manifest file in the same way as the demo.exe.manifest file to include the manifest file from AntView.
Note that on each release interfaces might have been added and those new interfaces won't work until that new interface has been added to the manifest file.
Hope this helps,
--
Wil
And there's one of the reasons that this is still unsupported, it needs a completely different manifest as all the GUID's have changed and there's a number of new interfaces that needed to be added (and obsolete -unused- ones removed).
Did a bit of testing here and the attached manifest worked for me.
Note that the same applies.
- Put the AntView-2.0-x86.dll in the same folder as your application's binary
- Put the .manifest file(s) in this same folder as well
- Put the webview2loader.dll in this folder as well (careful with win32/win64 bitness, there are two identically named versions of this dll)
You'll have to adjust your application's manifest file in the same way as the demo.exe.manifest file to include the manifest file from AntView.
Note that on each release interfaces might have been added and those new interfaces won't work until that new interface has been added to the manifest file.
Hope this helps,
--
Wil