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

Failed build in Windows using Visual Studio #84

Open
bmezhibovskiy opened this issue Feb 13, 2023 · 0 comments
Open

Failed build in Windows using Visual Studio #84

bmezhibovskiy opened this issue Feb 13, 2023 · 0 comments

Comments

@bmezhibovskiy
Copy link

Hi, I am getting the following error when building with visual studio:

"C:\Users\borma\FastBinaryEncoding\temp\ALL_BUILD.vcxproj" (default target) (1) -> "C:\Users\borma\FastBinaryEncoding\temp\fbe-example-create.vcxproj" (default target) (9) -> "C:\Users\borma\FastBinaryEncoding\temp\enums.fbe_TARGET.vcxproj" (default target) (10) -> "C:\Users\borma\FastBinaryEncoding\temp\fbec.vcxproj" (default target) (11) -> (Link target) -> cppcommon.lib(path.obj) : error LNK2019: unresolved external symbol __imp_GetUserProfileDirectoryW referenced in function "public: static class CppCommon::Path __cdecl CppCommon::Path::home(void)" (?home@Path@CppCommon@@SA ?AV12@XZ) [C:\Users\borma\FastBinaryEncoding\temp\fbec.vcxproj] cppcommon.lib(uuid.obj) : error LNK2019: unresolved external symbol __imp_UuidCreate referenced in function "p ublic: static class CppCommon::UUID __cdecl CppCommon::UUID::Random(void)" (?Random@UUID@CppCommon@@SA?AV12@XZ) [C:\Users\borma\FastBinaryEncoding\temp\fbec.vcxproj] cppcommon.lib(uuid.obj) : error LNK2019: unresolved external symbol __imp_UuidCreateSequential referenced in f unction "public: static class CppCommon::UUID __cdecl CppCommon::UUID::Sequential(void)" (?Sequential@UUID@CppCo mmon@@SA?AV12@XZ) [C:\Users\borma\FastBinaryEncoding\temp\fbec.vcxproj] C:\Users\borma\FastBinaryEncoding\temp\RelWithDebInfo\fbec.exe : fatal error LNK1120: 3 unresolved externals [ C:\Users\borma\FastBinaryEncoding\temp\fbec.vcxproj]

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