Click here to Skip to main content
15,878,809 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi I want to use Lemon graph library in my C++ code. How can I do this by visual studio 2013?

Thanks
Posted
Comments
Richard MacCutchan 6-Sep-15 8:28am    
You cannot do it by Visual Studio, only by writing code. And the first thing you need to do is read the documentation for the library.

1 solution

What is your specific issue ? presumably, you would

a) download the dll & associated header files or
b) build the dll from source or
c) include the source c++ files in your own project

d) include the header files in your project
e) if (b) from above, link your project with the static library/dll

There are instructions for (b) here https://lemon.cs.elte.hu/trac/lemon/wiki/InstallCmake[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900