Click here to Skip to main content
16,011,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionExisting Project including problem Pin
ashishbhatt11-Oct-07 19:00
ashishbhatt11-Oct-07 19:00 
AnswerRe: Existing Project including problem Pin
Michael10111-Oct-07 19:04
Michael10111-Oct-07 19:04 
GeneralRe: Existing Project including problem Pin
ashishbhatt11-Oct-07 19:16
ashishbhatt11-Oct-07 19:16 
GeneralRe: Existing Project including problem Pin
zakkas248311-Oct-07 19:26
zakkas248311-Oct-07 19:26 
GeneralRe: Existing Project including problem Pin
ashishbhatt11-Oct-07 19:39
ashishbhatt11-Oct-07 19:39 
AnswerRe: Existing Project including problem Pin
User 58385211-Oct-07 19:05
User 58385211-Oct-07 19:05 
AnswerRe: Existing Project including problem Pin
Paresh Chitte11-Oct-07 19:06
Paresh Chitte11-Oct-07 19:06 
AnswerRe: Existing Project including problem Pin
Nibu babu thomas11-Oct-07 19:08
Nibu babu thomas11-Oct-07 19:08 
ashishbhatt wrote:
I want to add new existing project into that project.


You cannot add a project into another project. You can add a new project into an existing workspace.

ashishbhatt wrote:
But when I use the method of that new added project it gives error like this(function name) identifier not found.


Make the second project a Dll or a static lib and then link to the dll/lib from the first project. Output for projects in a workspace are independent of each other. Order in which the projects are compiled is important, in your case the second should be compiled first, since it's a DLL output type project hence the first project will be using it. So set a dependency for the first project on the second project and of course link to the second project.


Nibu thomas
MVP For VC++

Code must be written to be read, not by the compiler, but by another human being.

Programming Blog: http:\\nibuthomas.wordpress.com

GeneralRe: Existing Project including problem Pin
ashishbhatt11-Oct-07 19:44
ashishbhatt11-Oct-07 19:44 
GeneralRe: Existing Project including problem Pin
User 58385211-Oct-07 20:06
User 58385211-Oct-07 20:06 
GeneralRe: Existing Project including problem Pin
ashishbhatt11-Oct-07 20:46
ashishbhatt11-Oct-07 20:46 
GeneralRe: Existing Project including problem Pin
Nibu babu thomas11-Oct-07 20:57
Nibu babu thomas11-Oct-07 20:57 
GeneralRe: Existing Project including problem Pin
ashishbhatt11-Oct-07 21:40
ashishbhatt11-Oct-07 21:40 
GeneralRe: Existing Project including problem Pin
ashishbhatt11-Oct-07 22:40
ashishbhatt11-Oct-07 22:40 
GeneralRe: Existing Project including problem Pin
Nibu babu thomas11-Oct-07 22:50
Nibu babu thomas11-Oct-07 22:50 
GeneralRe: Existing Project including problem Pin
ashishbhatt11-Oct-07 23:26
ashishbhatt11-Oct-07 23:26 
AnswerRe: Existing Project including problem Pin
jhwurmbach11-Oct-07 21:54
jhwurmbach11-Oct-07 21:54 
GeneralRe: Existing Project including problem Pin
ashishbhatt11-Oct-07 22:06
ashishbhatt11-Oct-07 22:06 
QuestionClistBox owner draw not display Pin
s196675m11-Oct-07 18:47
s196675m11-Oct-07 18:47 
QuestionHow to lay some Text Edit Controls in a Scroll View Pin
today4220011-Oct-07 16:27
today4220011-Oct-07 16:27 
AnswerRe: How to lay some Text Edit Controls in a Scroll View Pin
Karismatic11-Oct-07 19:25
Karismatic11-Oct-07 19:25 
QuestionVector Assertion Failure. Pin
Michael10111-Oct-07 13:37
Michael10111-Oct-07 13:37 
AnswerRe: Vector Assertion Failure. Pin
User 58385211-Oct-07 17:38
User 58385211-Oct-07 17:38 
GeneralRe: Vector Assertion Failure. Pin
Michael10111-Oct-07 17:55
Michael10111-Oct-07 17:55 
GeneralRe: Vector Assertion Failure. Pin
User 58385211-Oct-07 18:13
User 58385211-Oct-07 18:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.