Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gregolsky opened this issue Aug 1, 2022 · 0 comments
Open

Comments

@gregolsky
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant