How to add new libraries to VS2015? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to add new libraries to VS2015?

Hello everyone. I am inexperienced in adding or compiling new libraries. I have searched the web and followed their tutorials but it didn't work at all. I want to install pdcurses into my project, but it requires compilation which makes the whole process more complicated. Which files I should copy and where. The README and install manual left me in confusion because it just explained the compilation process. Q1: Can anyone explain me accurately, what should I do? Q2: Can all libraries work on all platforms? If not is there an alternative built for that platform? - Best regards. - D3F4U1T

23rd Mar 2020, 7:20 AM
D3F4U1T
9 Answers
+ 2
I think would be better if you add library in application. (I mean #include"...")
23rd Mar 2020, 4:59 PM
Logvynov Dmytro
Logvynov Dmytro - avatar
+ 2
You need connect dll?
23rd Mar 2020, 5:35 PM
Logvynov Dmytro
Logvynov Dmytro - avatar
+ 2
One sec bro
23rd Mar 2020, 5:35 PM
Logvynov Dmytro
Logvynov Dmytro - avatar
+ 2
Logvynov Dmytro If you got it working, please tell me how to do in my IDE too, in details if possible. ;) I want to use pdcurses, my platform is windows 10.
23rd Mar 2020, 5:40 PM
D3F4U1T
+ 2
Oh sorry, i connected lib files.. Idk(
23rd Mar 2020, 5:43 PM
Logvynov Dmytro
Logvynov Dmytro - avatar
+ 2
Logvynov Dmytro No problem, at least you tried. ;) I'll try it for another time soon. Installing libraries makes me really mad. I can't stand it's incompatibility to my system. It just sucks.
23rd Mar 2020, 5:45 PM
D3F4U1T
+ 1
Logvynov Dmytro It cannot be done. Because there are some dll files and lib files which need to be compiled and imported into the project in order work and I simply don't know how to do it. I followed those tutorials and failed to get it working.
23rd Mar 2020, 5:34 PM
D3F4U1T
+ 1
I got the solution, but it's not really a solution. I tried compiling with older version of pdcurses (pdcurses3.0), and it worked. Seems like the version I was trying to use (pdcurses3.9) was completely broken. If anyone compiled the latest version. Let me know.
25th Mar 2020, 8:44 AM
D3F4U1T
0
Martin Taylor I have done all things I could. During compilation, I only get 1 lib file and a lot of object files. There are some include files ".h" as well. I have put them in various places and configured my project to the path needed and ..... But it didn't work.
25th Mar 2020, 6:24 AM
D3F4U1T