473,402 Members | 2,064 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,402 software developers and data experts.

Compile error in C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include

Hi,
I'm new to .NET 2003 compiler. When I tried to compile my
program using DEBUG mode, I got the following errors in the
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug file as folows. I need help to resolve
them ASAP:

cl /c /nologo /MDd /W3 /Od /GR /GM /Zi /GX /D "_DEBUG" /D "
WIN32" /D "_W
INDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /
D "MSVC" /D "__WIN32_
_" /D "__WINDOWS_H" /D "DKEXPORTING" /D "MSVC71" /Fd"..\db
_obj_v71/" /Fo"..\db_
obj_v71/" /FAsc /Fa"..\db_obj_v71
\DKException".cod /I "..\common" /I "..\coll" /
I "..\oqs" /I "..\fed" /I "..\logtool" /IC:PROGRA~1
\MICROS~1.NET\include /IC:PRO
GRA~1\MICROS~1.NET\\include /I e:\frnroot\include /I
e:\frnroot\inc "DKException
..cpp"
DKException.cpp
WINVER not defined. Defaulting to 0x0501 (Windows XP and
Windows .NET Server)
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(29) : warn
ing C4229: anachronism used : modifiers on data are ignored
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(29) : erro
r C2365: 'new' : redefinition; previous definition was
a 'member function'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(29) : erro
r C2491: 'new' : definition of dllimport data not allowed
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(29) : erro
r C2078: too many initializers
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(29) : erro
r C2440: 'initializing' : cannot convert from 'int'
to 'void *'
Conversion from integral type to pointer type
requires reinterpret_cast,
C-style cast or function-style cast
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(29) : erro
r C2143: syntax error : missing ';' before '('
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(29) : erro
r C2226: syntax error : unexpected type 'size_t'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(30) : erro
r C2059: syntax error : ')'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(33) : warn
ing C4229: anachronism used : modifiers on data are ignored
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(33) : erro
r C2365: 'new' : redefinition; previous definition was
a 'member function'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(33) : erro
r C2491: 'new' : definition of dllimport data not allowed
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(33) : erro
r C2078: too many initializers
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(33) : erro
r C2440: 'initializing' : cannot convert from 'int'
to 'void *'
Conversion from integral type to pointer type
requires reinterpret_cast,
C-style cast or function-style cast
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(33) : erro
r C2143: syntax error : missing ';' before '['
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(33) : erro
r C3409: empty attribute block is not allowed
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(34) : warn
ing C4091: '' : ignored on left of 'unsigned int' when no
variable is declared
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(34) : erro
r C2143: syntax error : missing ';' before ','
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(34) : erro
r C2059: syntax error : ','
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(34) : fata
l error C1004: unexpected end of file found
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~1.NET\VC7
\BIN\nmake.exe' : return
code '0x2'
Stop.

Jul 21 '05 #1
0 6055

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

Similar topics

9
by: Brian | last post by:
Greetings: I am trying to compile the following code via command line. It compiles just fine in visual studio 2002 v7 so i took looked at the properties and i got the following command line...
3
by: Andrew Luke | last post by:
Hi all you C++ guru's! I'm 'very, very' new to C++ and I'm having a little trouble configuring my VS environment I think - when I try and compile some sample code I'm getting the following...
0
by: JW | last post by:
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...
2
by: Qiao Yun | last post by:
I used vc++.net (visual studio .net ) to open a project which can work well in vc++6.0. I succeeded in compiling the project in vc++.net in release mode . But when I tried to compile the project...
13
by: Nick Z. | last post by:
Whenever I try to compile a VC++ program using VS .NET 2003 I get an error saying mspdb71.dll not found. How can I fix this error? PS. I ran vsvars32.bat and it did not change a thing. ...
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
6
by: Tom | last post by:
I am developing my pages on my development machine and then copying to the production server. I am not pre-compiling, I am using the 'dynamic compile' feature. This is working fine except that...
2
by: BruceWho | last post by:
I downloaded boost1.35.0 and built it with following command: bjam --toolset=msvc-7.1 --variant=release --threading=multi -- link=shared --with-system stage and it failed to compile, error...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.