FastBinaryEncoding icon indicating copy to clipboard operation
FastBinaryEncoding copied to clipboard

Failed build in Windows using Visual Studio

Open bmezhibovskiy opened this issue 1 year ago • 0 comments

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]

bmezhibovskiy avatar Feb 13 '23 02:02 bmezhibovskiy