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

error: unresolved external <various stdlib/stdio functions> #692

Open
papasuffix opened this issue Sep 19, 2024 · 2 comments
Open

error: unresolved external <various stdlib/stdio functions> #692

papasuffix opened this issue Sep 19, 2024 · 2 comments

Comments

@papasuffix
Copy link

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

@RobLoach
Copy link
Contributor

Make sure to link the standard library in visual studio?

@papasuffix
Copy link
Author

Make sure to link the standard library in visual studio?

it is linked

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