Truckle, Andrew J wrote: > According to MSDN I can pass a stringtable resource id as the format string. > But I get an error about abiguous overloaded function call. I reverted to > static text. > > Why did it not work?
What was the type of the parameter you used? IIRC it expects UINT for resource ID, and LPCTSTR for string. -- Ehsan Akhgari Farda Technology <http://www.farda-tech.com/> If flying is safe, why is an airport called a terminal? _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
