标题:[求助]编译不了,请帮忙解决,谢谢!
取消只看楼主
ceker
Rank: 1
等 级:新手上路
帖 子:32
专家分:0
注 册:2007-3-24
 问题点数:0 回复次数:1 
[求助]编译不了,请帮忙解决,谢谢!

我是初级新手 Hello, World !的新手 我找的源代码怎么就是生成不了 EXE 文件呢?
我用的是:Masm for windows 集成试验环境2007
INC文件是用masm32v8装的在 C:\masm32\INCLUDE 文件夹下,我换了好几个windows .inc文件了

那位大哥能帮我解决一下啊?谢谢!

错误提示:

编译程序C:\JMSOFT\Masm for windows 集成试验环境\123.asm
c:\masm32\include\windows.inc(13885):error A2005:symbol redefinition : Type1
c:\masm32\include\windows.inc(13930):error A2005:symbol redefinition : Type1
c:\masm32\include\windows.inc(13934):error A2005:symbol redefinition : Type1
c:\masm32\include\windows.inc(13937):fatal error A1010: unmatched block nesting

下面是源代码:

.386
.model flat,stdcall
option casemap:none

include C:\masm32\INCLUDE\windows.inc
include C:\masm32\INCLUDE\user32.inc
includelib C:\masm32\INCLUDE\user32.lib
include C:\masm32\INCLUDE\kernel32.inc
includelib C:\masm32\INCLUDE\kernel32.lib

.data

szCaption db '恭喜',0
szText db 'Hello, World !',0


.code
start:
invoke MessageBox,NULL,offset szText,offset szCaption,MB_OK
invoke ExitProcess,NULL

end start

搜索更多相关主题的帖子: windows 源代码 编译 symbol 
2007-03-27 15:18
ceker
Rank: 1
等 级:新手上路
帖 子:32
专家分:0
注 册:2007-3-24
得分:0 

麻烦把你的windows.inc文件传给我好么?
ceker@126.com 谢谢!

2007-03-27 20:53



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-127198-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.124709 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved