Skip to content

unresolved external symbol "char16_t * __cdecl Realloc<char16_t> #39

@gregolsky

Description

@gregolsky

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:

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions