Hello...

I have two projects.. ProjA and ProjB.. ProjA is main executable project and ProjB is compiled into a .lib file and used in ProjA.

Now, there is a member in the main app file of ProjA called current_transformation.. I need to set or change current_transformation's value in ProjB depending on certain criteria..

How do i do that without copying all files from PrajB to ProjA..??

Thanks in advance