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

trouble compiling #6

Open
maksw2 opened this issue May 19, 2024 · 2 comments
Open

trouble compiling #6

maksw2 opened this issue May 19, 2024 · 2 comments

Comments

@maksw2
Copy link

maksw2 commented May 19, 2024

compiled everything solution with visual studio 2017 professional on release preset and got these errors:
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol "void __cdecl InitTaskBar(void)" (?InitTaskBar@@yaxxz) referenced in function "void __cdecl CmdLib_InitFileSystem(char const *,int)" (?CmdLib_InitFileSystem@@YAXPBDH@Z) Glview C:\Users\User\Desktop\Source-PlusPlus\src\utils\glview\cmdlib.obj 1
Error LNK1120 1 unresolved externals Glview C:\Users\User\Desktop\Source-PlusPlus\src\utils\glview\Release\glview.exe 1
Error C2220 warning treated as error - no 'object' file generated Motionmapper c:\users\user\desktop\source-plusplus\src\utils\motionmapper\motionmapper.cpp 247
Warning C4101 'angle': unreferenced local variable Motionmapper c:\users\user\desktop\source-plusplus\src\utils\motionmapper\motionmapper.cpp 247
Error C2220 warning treated as error - no 'object' file generated Phonemeextractor c:\program files (x86)\windows kits\8.1\include\um\sphelper.h 1319
Warning C4996 'GetVersionExA': was declared deprecated Phonemeextractor c:\program files (x86)\windows kits\8.1\include\um\sphelper.h 1319
Warning C4840 non-portable use of class 'CSpDynamicString' as an argument to a variadic function Phonemeextractor c:\users\user\desktop\source-plusplus\src\utils\phonemeextractor\phonemeextractor.cpp 652
Warning C4840 non-portable use of class 'CSpDynamicString' as an argument to a variadic function Phonemeextractor c:\users\user\desktop\source-plusplus\src\utils\phonemeextractor\phonemeextractor.cpp 659
Error LNK2019 unresolved external symbol "void __cdecl InitTaskBar(void)" (?InitTaskBar@@yaxxz) referenced in function "void __cdecl CmdLib_InitFileSystem(char const *,int)" (?CmdLib_InitFileSystem@@YAXPBDH@Z) Vice C:\Users\User\Desktop\Source-PlusPlus\src\utils\vice\cmdlib.obj 1
Error LNK1120 1 unresolved externals Vice C:\Users\User\Desktop\Source-PlusPlus\src\utils\vice\Release\vice.exe 1
i know not really readable, but how to fix?

@maksw2
Copy link
Author

maksw2 commented May 19, 2024

========== Rebuild All: 29 succeeded, 4 failed, 0 skipped ==========

@GuestSneezeOSDev
Copy link

compiler?
vs ver?
have you edited any code at all?

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

2 participants