I am developing a project(windows application) using visual csharp 1.1 project . i needed to add an existing VC++ 6.0 project to my project and i added by add existing project. when i build the charp project, which i am developing , the vc++ 6.0 project ,which has been added to the solution, has to be built before the csharp project is built. Please advice me how to do that..
i tried with the project dependencies window by selecting project/project dependencies but it is not working...
thanks in advance for your valuable suggestion and answers.