Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey,

I have googled, but failed to find that how can I link PD-Curses to Visual Studio 2012?
Any help would be appreciated
Posted

1 solution

What do you mean link it to Visual Studio 2012? VS is a development environment that is complete. If you are talking about some third party C++ library then you just need to load it into your system and then add the directory locations into your Compiler and Linker properties in your project.
 
Share this answer
 
Comments
saad_lah 5-Jan-13 8:36am    
yes i am talking about 3rd party library PD_Curses or pThread. I want to know how can i makefile or somewhat like that from cmd?
Richard MacCutchan 5-Jan-13 8:44am    
Sorry, I have no idea what PD-Curses is. Is there any documentation with it?
saad_lah 5-Jan-13 9:24am    
Sorry for the late reply, there is some mess going on with my internet connection.
No, there is no documentation given, but i managed to use PD_Curses. But the problem is with Pthread.
Actually,I am trying to multitask in console. How can I do this?
For example
I want to run a timer on the top-right of the screen and at the same time to take input and some other animations or things on console.
I have seen the program(Link given below), to do this I need third party lib pthread.h
How can I use that library with VS2012 or could you please suggest me some other library or useful link? to multitask(for beginners)
http://www.tutorialspoint.com/cplusplus/cpp_multithreading.htm
Richard MacCutchan 5-Jan-13 9:37am    
Why use the console? You would be much better using proper Windows programming, rather than old fashioned curses. There are lots of articles here on CodeProject that will help you.
saad_lah 5-Jan-13 9:42am    
Umm....I am a beginner C++ student of 2nd Semester. I am trying to make chess game and have no experience about win32 programming.

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