What is the difference between Debug, Release, Static Debug and Static Release build targets?
I have tried compiling XML parser xercesc with static debug, it compiled successfully whereas it doesnt compiled with Debug as build target throwing an error couldn't able to find the file and I was surprised how it was successful with static debug.
Thanks Pradeep