#1243 - Sweex - Wed Jan 15, 2003 10:26 pm
I'm using (as probably many of you) the Visual C++ IDE for developing my GBA stuff. I've got a workspace with two projects in it. One's the source of my library, and the second is my (test) project itself.
This is working fine for most of the time, but the following occurs. If I make changes only to the library project (which I do a lot as I'm mainly coding the library at this point), the testproject will not relink! So to test any change, I have to make a change to a file in the testproject (ie. adding and deleting a space) to get it to build and link properly.
Does anyone have any idea how I can get it to detect changes to the library project? (Dependencies are defined)
Thanks in advance!
This is working fine for most of the time, but the following occurs. If I make changes only to the library project (which I do a lot as I'm mainly coding the library at this point), the testproject will not relink! So to test any change, I have to make a change to a file in the testproject (ie. adding and deleting a space) to get it to build and link properly.
Does anyone have any idea how I can get it to detect changes to the library project? (Dependencies are defined)
Thanks in advance!