Hi,

I had a project (VC++.NET forms) that referenced a couple of functions from a DLL. Now, the functions have been removed (code & references). The forms project fails to compile under "release", it says that I need those old functions even though they are not used anymore.

It compiles fine under debug?

Anyone else had this?

Thanks for any help,