I've got a really large project I made for myself and rece3ntly a client asked for their own version of it with some modifications. The project name was rather silly and my client wants the source so I figured it'd be best if I renamed all my files from
sillyname.h sillyname.cpp sillyname.dsp
etc.. Unfortunatly after I added everything back together I can't see any way to change the project name itself. Plus now I'm getting this error on compilation.
main.obj : error LNK2001: unresolved external symbol __imp__InitCommonControls@0 Debug/New_Name_Thats_not_so_silly.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe.
There has to be an easier way to change all this, right?