how to use project files inside another project
-
hi huys, may i ask, how to use project files inside another project thing is my application is part of a large project and now it is time to plug it into that project now i have two projects 1- my application 2- the big project all i need to do is to let the big project use my code some how so i could be able to make a button in the big project that finally create my application dialog and DoModal() it so am i gonna put all my source, hearder and resource files in the big project, or there is another simple way thnx 4 ur time and concern
-
hi huys, may i ask, how to use project files inside another project thing is my application is part of a large project and now it is time to plug it into that project now i have two projects 1- my application 2- the big project all i need to do is to let the big project use my code some how so i could be able to make a button in the big project that finally create my application dialog and DoModal() it so am i gonna put all my source, hearder and resource files in the big project, or there is another simple way thnx 4 ur time and concern
You can allways use dll/COM for this. Its has its own benefits, tradeoff's then.
Prasad Notifier using ATL | Operator new[],delete[][^]