We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1>entry.obj : error LNK2001: unresolved external symbol exit 1>entry.obj : error LNK2001: unresolved external symbol ftell 1>entry.obj : error LNK2001: unresolved external symbol fopen 1>entry.obj : error LNK2001: unresolved external symbol __acrt_iob_func 1>entry.obj : error LNK2001: unresolved external symbol fclose 1>entry.obj : error LNK2001: unresolved external symbol fseek 1>entry.obj : error LNK2001: unresolved external symbol __stdio_common_vfprintf 1>entry.obj : error LNK2001: unresolved external symbol qsort 1>entry.obj : error LNK2001: unresolved external symbol __stdio_common_vsprintf 1>entry.obj : error LNK2001: unresolved external symbol free 1>entry.obj : error LNK2001: unresolved external symbol fread 1>entry.obj : error LNK2001: unresolved external symbol _wassert 1>entry.obj : error LNK2001: unresolved external symbol malloc
note: this is only when i compile with visual studio rather than build.bat
The text was updated successfully, but these errors were encountered:
Make sure to link the standard library in visual studio?
Sorry, something went wrong.
it is linked
No branches or pull requests
1>entry.obj : error LNK2001: unresolved external symbol exit
1>entry.obj : error LNK2001: unresolved external symbol ftell
1>entry.obj : error LNK2001: unresolved external symbol fopen
1>entry.obj : error LNK2001: unresolved external symbol __acrt_iob_func
1>entry.obj : error LNK2001: unresolved external symbol fclose
1>entry.obj : error LNK2001: unresolved external symbol fseek
1>entry.obj : error LNK2001: unresolved external symbol __stdio_common_vfprintf
1>entry.obj : error LNK2001: unresolved external symbol qsort
1>entry.obj : error LNK2001: unresolved external symbol __stdio_common_vsprintf
1>entry.obj : error LNK2001: unresolved external symbol free
1>entry.obj : error LNK2001: unresolved external symbol fread
1>entry.obj : error LNK2001: unresolved external symbol _wassert
1>entry.obj : error LNK2001: unresolved external symbol malloc
note: this is only when i compile with visual studio rather than build.bat
The text was updated successfully, but these errors were encountered: