473,806 Members | 2,967 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

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 "DKEXPORTIN G" /D "MSVC71" /Fd"..\db
_obj_v71/" /Fo"..\db_
obj_v71/" /FAsc /Fa"..\db_obj_v7 1
\DKException".c od /I "..\common" /I "..\coll" /
I "..\oqs" /I "..\fed" /I "..\logtool " /IC:PROGRA~1
\MICROS~1.NET\i nclude /IC:PRO
GRA~1\MICROS~1. NET\\include /I e:\frnroot\incl ude /I
e:\frnroot\inc "DKExceptio n
..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_cas t,
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_cas t,
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\MI CROS~1.NET\VC7
\BIN\nmake.exe' : return
code '0x2'
Stop.

Jul 21 '05 #1
0 6144

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

Similar topics

9
6761
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 options, but when i try to compile i get the errors listed below. Can anyone give me a suggestion on how to compile this program?
3
4587
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 errors, any help would be 'greatly' appreciated! :) Thanks heaps! --------------------Configuration: CppRichTextItem - Win32 Debug-------------------- Compiling...
0
2667
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 \PlatformSDK\Include\Guiddef.h(161) : error C2065: 'memcmp' : undeclared identifier d:\Program Files\Microsoft Visual Studio .NET\Vc7
2
5748
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 in debug mode, the following errors happened: d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xdebug(29): error C2365: 'new' : redefinition; previous definition was a 'member function' d:\Program Files\Microsoft Visual Studio...
13
1962
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. Thanks, Nick Z.
7
5035
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. I created the websetup and built the MSI, have the bundled version. Copied to webserver and ran Websetup.msi. Said I had to remove old version, which I did, then reran WebSetup.msi and keeps giving me this error. "The installer was interrupted...
0
730
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 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" /
6
2663
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 everytime I change a page on the production server I need to restart IIS to effect the change. If I don't restart IIS, it tries to recompile but gets and error ( 'cannot execute a program......vbc.exe......). Am I missing something which allows...
2
4146
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 message is: E:\software\development\boost_1_35_0\boost_1_35_0>bjam -- toolset=msvc-7.1 --variant=release --threading=multi --link=shared --
0
9719
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9597
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10620
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10369
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10372
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10110
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9187
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.