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
I've been trying to compile v8.net proxy on Windows VS2019, however I got the following error and wanted to ask someone more experienced in this project:
Severity Code Description Project File Line Suppression State
Error LNK2001 unresolved external symbol "char16_t * __cdecl Realloc<char16_t>(char16_t *,unsigned __int64)" (??$Realloc@_S@@YAPEA_SPEA_S_K@Z) V8.Net-Proxy-x64 C:\work\v8dotnet\Source\V8.NET-Proxy\V8EngineProxy.obj 1
Error LNK2001 unresolved external symbol __imp___std_init_once_complete V8.Net-Proxy-x64 C:\work\v8dotnet\Source\V8.NET-Proxy\v8_monolith.lib(umutex.obj) 1
Error LNK2001 unresolved external symbol __imp___std_init_once_begin_initialize V8.Net-Proxy-x64 C:\work\v8dotnet\Source\V8.NET-Proxy\v8_monolith.lib(umutex.obj) 1
What could possibly be the cause of such an issue?
Can you please advise?
The text was updated successfully, but these errors were encountered:
Hello,
I've been trying to compile v8.net proxy on Windows VS2019, however I got the following error and wanted to ask someone more experienced in this project:
What could possibly be the cause of such an issue?
Can you please advise?
The text was updated successfully, but these errors were encountered: