From: Sa3Q on 16 Nov 2009 22:26 On 16 ÙÙÙ٠بر, 23:04, "Todd Aspeotis" <t...(a)lanlocked.net> wrote: > 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" <s3qs...(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 ---------------------------------------------------------------------------- please can you tell me from where can i download the latest librarys thank you
From: Todd Aspeotis on 17 Nov 2009 05:15 They are included with Visual C++ and the Win32 Platform SDK. I can only think that you would be having trouble if you were using Visual C++ 6, since it appears the MSDN documentation for this function goes all the way back to Visual Studio .NET 2002. It may be easier to go with Visual C++ 2008 Express. "Sa3Q" <s3qsa3q(a)gmail.com> wrote in message news:08dd1112-6e7b-4f06-b1a2-3d1f9e569b84(a)m26g2000yqb.googlegroups.com... > On 16 نوفمبر, 23:04, "Todd Aspeotis" <t...(a)lanlocked.net> wrote: >> 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" <s3qs...(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 > > ---------------------------------------------------------------------------- > please can you tell me from where can i download the latest librarys > > thank you
|
Pages: 1 Prev: i have aproblem in my code Next: big problem appear when i change between consol to win32 |