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

Question #78

Closed
djalillounis opened this issue Feb 13, 2019 · 1 comment
Closed

Question #78

djalillounis opened this issue Feb 13, 2019 · 1 comment

Comments

@djalillounis
Copy link

Hello,

I am trying to link Sodium static using in visual studio.
I have add the lib and the sodium.h but when i run the the test :

int main()
{

if (sodium_init() == -1) {
	return 1;
}
std::cout << "Hello World!\n"; 

}

I have a message from linker unsolved extern. I have updated the path to the lib in my config.

any help on that ?

Thank you

@jedisct1
Copy link
Owner

Maybe this can help: https://stackoverflow.com/questions/23882112/how-to-add-the-static-libraries-to-the-project-in-visual-studio

There are may other similar questions and responses about this on StackOverflow.

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