c++-新手刚加入C++,拿着源码环境报错,求求大家

问题描述

新手刚加入C++,拿着源码环境报错,求求大家
报了一堆错误 winternl.h 这是包含文件啊系统的,怎么可能会报错啊,求求大家,这是什么错误,我装的VC6.0编译的

--------------------Configuration: Shell - Win32 Debug--------------------
Compiling...
BrowserWnd.cpp
c:program files (x86)microsoft visual studiovc98includewinternl.h(75) : error C2011: '_FILETIME' : 'struct' type redefinition
c:program files (x86)microsoft visual studiovc98includewinternl.h(1786) : error C2065: 'POWER_ACTION' : undeclared identifier
c:program files (x86)microsoft visual studiovc98includewinternl.h(1786) : error C2065: 'SYSTEM_POWER_STATE' : undeclared identifier
c:program files (x86)microsoft visual studiovc98includewinternl.h(1786) : error C2275: 'ULONG' : illegal use of this type as an expression
c:program files (x86)microsoft visual studiovc98includewindef.h(43) : see declaration of 'ULONG'
c:program files (x86)microsoft visual studiovc98includewinternl.h(1786) : error C2275: 'BOOLEAN' : illegal use of this type as an expression
c:program files (x86)microsoft visual studiovc98includewinnt.h(636) : see declaration of 'BOOLEAN'
c:program files (x86)microsoft visual studiovc98includewinternl.h(1786) : warning C4229: anachronism used : modifiers on data are ignored
c:program files (x86)microsoft visual studiovc98includewinternl.h(1786) : error C2078: too many initializers
c:program files (x86)microsoft visual studiovc98includewinternl.h(1786) : error C2275: 'BOOLEAN' : illegal use of this type as an expression
c:program files (x86)microsoft visual studiovc98includewinnt.h(636) : see declaration of 'BOOLEAN'
c:program files (x86)microsoft visual studiovc98includewinternl.h(1812) : error C2065: 'POWER_INFORMATION_LEVEL' : undeclared identifier
c:program files (x86)microsoft visual studiovc98includewinternl.h(1812) : error C2275: 'PVOID' : illegal use of this type as an expression
c:program files (x86)microsoft visual studiovc98includewinnt.h(106) : see declaration of 'PVOID'
c:program files (x86)microsoft visual studiovc98includewinternl.h(1812) : error C2275: 'ULONG' : illegal use of this type as an expression
c:program files (x86)microsoft visual studiovc98includewindef.h(43) : see declaration of 'ULONG'

时间: 2024-11-01 02:28:46

c++-新手刚加入C++,拿着源码环境报错,求求大家的相关文章

android源码编译-android 源码编译报错

问题描述 android 源码编译报错 android 源码编译报错,在网上查找没有类似的回答,是否有大神遇到类似问题. 解决方案 看看你报错的上一行,libext2fs.so这个文件缺少,应该是你的源码有问题,或者库没有安装好(编译源码前不是有环境配置吗,要安装一些列东西) 解决方案二: 在android 源码里 编译 aidl 报错 的问题编译android源码报错:build/envsetup.sh: 1: Syntax error: ""("" unexpe

编译spark源码,报错

问题描述 1.我先下载了spark-1.3.0-cdh5.4.4-src.tar.gz源码文件,并解压到目录spark-1.3.0-cdh5.4.42.按照官网上的命令,在目录spark-1.3.0-cdh5.4.4下运行:exportMAVEN_OPTS="-Xmx2g-XX:MaxPermSize=512M-XX:ReservedCodeCacheSize=512m"mvn-Pyarn-DskipTestscleanpackage3.但是,最后buildfailure,下面是出错时

asp net 问题 源码-打开一个ASP.NET的源码这样报错,请教了

问题描述 打开一个ASP.NET的源码这样报错,请教了 今天在CSDN下载了某个同学的ASP.NET+ SQLSERVER 源码,结果打开报这样的错误 Microsoft Visual Studio 無法讀取專案檔 'ConferenceRoomsBook.csproj'.E:ConferenceRoomsBookConferenceRoomsBook.csproj(343,11): The imported project "C:Program Files (x86)MSBuildMicros

Kafka源码环境搭建

本文主要讲述的是如何搭建Kafka的源码环境,主要针对的Windows操作系统下IntelliJ IDEA编译器,其余操作系统或者IDE可以类推. 1.安装和配置JDK 确认JDK版本至少为1.7,最好是1.8及以上.使用java -version命令来查看当前JDK的版本,示例如下: C:\Users\hidden> java -version java version "1.8.0_112" Java(TM) SE Runtime Environment (build 1.8

ZooKeeper源码研究系列(1)源码环境搭建

1 系列目录 ZooKeeper源码研究系列(1)源码环境搭建 ZooKeeper源码研究系列(2)客户端创建连接过程分析 ZooKeeper源码研究系列(3)单机版服务器介绍 ZooKeeper源码研究系列(4)集群版服务器介绍 2 搭建步骤 2.1 到github中fork该项目 项目地址 https://github.com/apache/zookeeper.fork完成之后就存至自己的仓库中了. 2.2 clone上述自己的仓库地址到本地 先看下大体的代码格式: 2.3 使用ant对源码

spring新手配置一个bean使用构造注入constructor-arg总是报错

问题描述 spring新手配置一个bean使用构造注入constructor-arg总是报错 spring新手求助! 最简单的配置了一个bean, Way里有一个构造方法 public Way(int num) { this.num = num; } 然后总是报下面错: 信息: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@67b6d4ae:

hadoop-linux搭建spark源码环境,执行build/sdt gen-idea要twitter东西?

问题描述 linux搭建spark源码环境,执行build/sdt gen-idea要twitter东西? 我linux不会翻墙啊.... [error] Server access Error: 连接超时 url=http://maven.twttr.com/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.jar [info] Resolving org.apache.hadoop#hadoop-project;2.2.0 ... [erro

maven导入Struts2源码项目时报错

问题描述 maven导入Struts2源码项目时报错 No marketplace entries found to handle core/pom.xml in Eclipse. Please see Help for more information. 解决方案 没有找到这个文件?或者不识别

在android源码环境下编译报错: _intermediates/src/R.stamp'. Stop.

问题描述 在android源码环境下编译报错: _intermediates/src/R.stamp'. Stop. 在android源码环境下编译报错: make: *** No rule to make target out/host/linux-x86/bin/aapt', needed byout/target/common/obj/APPS/my.cloud_intermediates/src/R.stamp'. Stop. 这个错误怎么样处理?