Hi,
i have a visual studio 2005 install on my computer.
I have a single solution folder <XXX_Sol>
I have two projects in this solution <XXX_WIN32> and <XXX_DLL>
What i wish to know is how i can share files from both.
If i add the additional include directories in the <XXX_DLL> project i can see the .h and .cpp file but when i go to build the project i get unresolved token error relating to a class in <XXX_WIN32>.
Can anyone help me here?
Start Free Trial