- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 pelles c。当我编译这段代码时:
#include <windows.h>
#include <stdio.h>
void main(void)
{
printf("Hello World");
}
我收到这个错误:
D:\Program Files\PellesC\Include\Win\basetsd.h(53): error #2001: Syntax error: expected ';' but found 'INT64'.
D:\Program Files\PellesC\Include\Win\basetsd.h(53): warning #2099: Missing type specifier; assuming 'int'.
D:\Program Files\PellesC\Include\Win\basetsd.h(57): error #2120: Redeclaration of '__int64', previously declared at D:\Program Files\PellesC\Include\Win\basetsd.h(53); expected 'int' but found 'unsigned int'.
D:\Program Files\PellesC\Include\Win\basetsd.h(57): error #2001: Syntax error: expected ';' but found 'UINT64'.
D:\Program Files\PellesC\Include\Win\basetsd.h(57): warning #2099: Missing type specifier; assuming 'int'.
D:\Program Files\PellesC\Include\Win\winnt.h(558): fatal error #1014: #error: "No target architecture".
感谢您的帮助。
最佳答案
为了在 PellesC
中使用 windows.h
,你必须去:
关于c - 在 pelles c windows.h 中无法编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5451809/
我对 C 编程非常陌生。你能让我知道我的错误在哪里以及为什么会这样吗? 使用下面给出的(Pelles C)程序,我发现一个错误。 POLINK: fatal error: Access is deni
float f=44268/107402; printf("\n%f",f); 输出: 0.000000 怎么会这样! 我在 win 7 上使用 pelles c ide。 最佳答案 编译器将操作数视
我想从窗口中删除或隐藏一些组件(按钮、组合框等)。我怎样才能做到这一点? 最佳答案 所以,我在pelles-c论坛上找到了答案:http://forum.pellesc.de/index.php?to
我有一个 218KB 的 .dll 和一个 596KB 的 .so 文件,两者的名称相同。我想链接到 .dll 以避免链接器返回“未解析的外部符号”错误,但我找不到链接到 DLL 文件的方法。 根据
如何使用 cons 或其他方式打印 Pell numbers 的列表直到第 N 个数? (defun pellse (k) (if (or (zerop k) (= k 1)) k
我正在使用 pelles c。当我编译这段代码时: #include #include void main(void) { printf("Hello World"); } 我收到这个错误:
这个问题已经有答案了: What is an undefined reference/unresolved external symbol error and how do I fix it? (39
在我们的项目中,我们使用 pell所见即所得的文本编辑器,代码如下: import { moduleInit } from 'gs-components/export/js/_utils'; impo
我在我的 react-native 应用程序中使用 react-native-pell-rich-editor。如何在打开编辑器后立即将光标聚焦在 RichEditor 中? RichEditor 是
我是一名优秀的程序员,十分优秀!