Dyuti Barma wrote:
The easiest way, as the warning states, is to define _SCL_SECURE_NO_WARNINGS in your project. Xalan-C uses _SECURE_SCL=0 to turn off all of the Microsoft-specific "security" warnings.Hi,I'm pretty close to compiling my project with VC++8. However, I'm not sure how best to remove the following warnings. Do I simply use the flag mentioned ? Or is there any other way to get rid of these warnings ?
Dave