You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any howTo or something similar for this?
I can't get it to run....
If i just try the TestEspressoCore it gives following Error:
Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'libespr': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at Espresso.NativeV8JsInterOp.V8Init()
at Espresso.JsBridge.V8Init() in C:\_Daten\Repos\Github\Espresso\src\0_Start\JsBridge.cs:line 18
at TestEspressoCore.Program.Main(String[] args) in C:\_Daten\Repos\Github\Espresso\Tests\TestEspressoCore\Program.cs:line 13
If i try to compile libespr i'll get:
Cannot open include file: 'v8.h': No such file or directory
A little startup Help would be great!!
The text was updated successfully, but these errors were encountered:
Hi!
Is there any howTo or something similar for this?
I can't get it to run....
If i just try the TestEspressoCore it gives following Error:
If i try to compile libespr i'll get:
A little startup Help would be great!!
The text was updated successfully, but these errors were encountered: