How to link One Project file to other in MFC

Hello I am new To MFC and is using visual 6.0
I am making an application where i want to use some files of the other project in my C drive, to my own application.
The files can not be copied to my application , because it will create more complexities, so i want to directly link it....
can any one tell me How this can be done.....??
just add them to the project. Right click on project name in the solution explorer, select add and navigate to your files. IMO, not having all resources in the same spot complicates your project even more. Think about copying it to another computer, you'll have much more work.

Hope this is what you ment, otherwise elaborate...
Create another application (DLL)using this file and add Satatic link or Dynamic link
1 static link use LIB and .h file in your Currect application
2 .Dynamic link use only Dll and use LoadLibrary ().

I think Its use ful Click for this senario....
Topic archived. No new replies allowed.