I have created a class library whcih has simple Dispaly().
I need to use that display function in some other Vc++ project how can i do this ??
Plz help me Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Build it as either a static or dynamic library and then add this library to the build properties of the other project. You will also need to point the new project to the appropriate class header files.