Sciter 2.0.1.0 + new inspector.dll

I’ve published new sciter32/64.dll build. New things:

  1. sciter DLL is now digitally signed to comply Windows 8 rules.
  2. 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.

  3. plain-win and sciter.exe samples use new inspector now.
  4. A lot of fixes.

Sciter2 plus its new inspector

Sciter2 SDK is here.

6 Replies to “Sciter 2.0.1.0 + new inspector.dll”

  1. 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

  2. sciter.exe doesn’t launch on WinXP SP3 32bit.
    Missing : DWMAPI.DLL, D2D1.DLL, DWRITE.DLL, D3D10_1.DLL

Comments are closed.