473,320 Members | 1,993 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

cstdio compile errors w/ MSVC7.0

JW
I'm using MSVC7.0 and I'm getting a ton of errors with
most of them occurring in cstdio.

Any thoughts as to what might cause this?
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\PlatformSDK\Include\Guiddef.h(161) : error
C2065: 'memcmp' : undeclared identifier
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\PlatformSDK\Include\Guiddef.h(161) : error C2171: '!' :
illegal on operands of type ''unknown-type''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\PlatformSDK\Include\PropIdl.h(1403) : error
C2065: 'memset' : undeclared identifier
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(15) : error C2039: 'fpos_t' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(15) : error C2873: 'fpos_t' : symbol
cannot be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(15) : error C2039: 'FILE' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(15) : error C2873: 'FILE' : symbol cannot
be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(16) : error C2039: 'clearerr' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(16) : error C2873: 'clearerr' : symbol
cannot be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(16) : error C2039: 'fclose' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(16) : error C2873: 'fclose' : symbol
cannot be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(16) : error C2039: 'feof' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(16) : error C2873: 'feof' : symbol cannot
be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(17) : error C2039: 'ferror' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(17) : error C2873: 'ferror' : symbol
cannot be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(17) : error C2039: 'fflush' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(17) : error C2873: 'fflush' : symbol
cannot be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(17) : error C2039: 'fgetc' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(17) : error C2873: 'fgetc' : symbol cannot
be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(18) : error C2039: 'fgetpos' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(18) : error C2873: 'fgetpos' : symbol
cannot be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(18) : error C2039: 'fgets' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(18) : error C2873: 'fgets' : symbol cannot
be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(18) : error C2039: 'fopen' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(18) : error C2873: 'fopen' : symbol cannot
be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(19) : error C2039: 'fprintf' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(19) : error C2873: 'fprintf' : symbol
cannot be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(19) : error C2039: 'fputc' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(19) : error C2873: 'fputc' : symbol cannot
be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(19) : error C2039: 'fputs' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(19) : error C2873: 'fputs' : symbol cannot
be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(20) : error C2039: 'fread' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(20) : error C2873: 'fread' : symbol cannot
be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(20) : error C2039: 'freopen' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(20) : error C2873: 'freopen' : symbol
cannot be used in a using-declaration
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(20) : error C2039: 'fscanf' : is not a
member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET\Vc7
\include\cstdio(20) : error C2873: 'fscanf' : symbol
cannot be used in a using-declaration

........ list truncated
Nov 16 '05 #1
0 2624

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: eternl_knight | last post by:
Ironically enough - the decompyle module will not compile on my machine. I am using Python 2.2 and MSVC7 (i.e. .NET). However it tells me there is an undefined external as follows: ...
3
by: Marc W | last post by:
Hello, I am trying to write some code, I get a compiler error, but the help about it is very limited. (I am working with MSVC++ 6.0.) Could you give me a hint what is wrong here please? ...
3
by: Vincent Cantin | last post by:
I have a class defined by a template which needs to "say" its type to the user via string. As an example, here is the class that I want to fix : template<class T> class Container : public...
20
by: Mark | last post by:
I am using gnu g++ version 3.3.2, trying a simple test to read in and then write out a large (100,000 line) text file ########################################## CSTDIO VERSION TO READ/WRITE...
1
by: Ravi Chaudhary | last post by:
Hi, We are using VS.Net 2003 and coding in VB.net. The solution has 38 projects; most of the projects in the solution reference other projects (without any circular references) and all the...
2
by: david wolf | last post by:
My understanding is that cstdio basically is the same as stdio.h except the functions are in a namspace called std. However when I take a look at the content of the file cstdio, it has the...
3
by: streamkid | last post by:
hello.. my code is this: //test.cpp #include <cstdio> int main(void) { int NP; char *tmp; FILE *fin;
9
by: beet | last post by:
Hi, I am really not good at c/c++. Some simple code.. #include <stdio.h> #include <stdlib.h> #include <math.h> #include "simlibdefs.h"
2
by: Andrus | last post by:
I need compile in-memory assembly which references to other in-memory assembly. Compiling second assembly fails with error Line: 0 - Metadata file 'eed7li9m, Version=0.0.0.0, Culture=neutral,...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.