Prev: Customizing the GetOpenFilename dialog - Using a memory-based dialog-template ?
Next: i have aproblem in my code
From: Sa3Q on 16 Nov 2009 15:38 hello, in topic8 in this link the code http://www.rohitab.com/discuss/index.php?showtopic=34856 the problem appear to me that error C2065: '_scprintf' : undeclared identifier what is the problem please help me thank you
From: Todd Aspeotis on 16 Nov 2009 16:04
http://msdn.microsoft.com/en-us/library/t32cf9tb%28VS.80%29.aspx As long as stdio.h or wchar.h are included you should be good to go. If they are included and you still can't compile make sure you have a recent version of the CRT headers/libraries. "Sa3Q" <s3qsa3q(a)gmail.com> wrote in message news:8eb6efb0-f235-4fd4-8b73-2f9df427a8a2(a)b2g2000yqi.googlegroups.com... > hello, > in topic8 in this link the code > > http://www.rohitab.com/discuss/index.php?showtopic=34856 > > the problem appear to me that > error C2065: '_scprintf' : undeclared identifier > > what is the problem please help me thank you |