I'm using microsoft visual studio 2010 express edition, and am trying to install a new library (pdcurses). I have all of the header files in the correct folder, and the library correctly includes. However, if I use any functions from the library, I get linker errors about "unresolved externals". Do I need more files, or is there something I am doing wrong?

did you add the pdcurses library to the project? or usr a pargma to include them? such as #pragma message(lib,"pdcurses.lib") in one of your *.c files.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.