Gaurav wrote: > - Implementation of safe_snprintf for Windows There is a similar function StringCbPrintf in the Platform SDK, which as a bonus handles wide and Unicode characters gracefully. Maybe safe_snprintf could use this function. -peekay