I’ve published new sciter32/64.dll build. New things:
- sciter DLL is now digitally signed to comply Windows 8 rules.
- SDK has got inspector32.dll and inspector64.dll. This is DOM inspector module that can be used with any sciter based application. It is enough to call:
sciter::inspect(hwnd); //or sciter::inspect(elem)
and inspector will allow you explore DOM structure and properties of your application in real time (inspector.dll shall be placed in the same folder with your executable). Sources of the inspector are in demo/inspector folder of the SDK.
- plain-win and sciter.exe samples use new inspector now.
- A lot of fixes.
Sciter2 SDK is here.
Where can I download the newest SDK you mentioned above?
I’ve updated article with the link, see above.
just to say that I tested it and its working flawlessly, I am very impressive about it, though I could list some improvements needed to the inspector cause right now I havent it so usefull
I am open to any improvement ideas so feel free to sound them, either here or in the forum.
sciter.exe doesn’t launch on WinXP SP3 32bit.
Missing : DWMAPI.DLL, D2D1.DLL, DWRITE.DLL, D3D10_1.DLL
That is by design, Sciter2 uses Direct2D graphics backend that is not available on XP. Use Sciter1 instead.