|
tempol
新手上路

积分 8
发帖 3
注册 2008-5-24
状态 离线
|
『楼 主』:
TC2.0 编译不过去,求助?
使用 LLM 解释/回答一下
在tc2.0环境下的程序,编译时出现out or memory错误,怀疑是文件过大,但比这个文件还大的文件,在同一机器上正常啊,请各位帮助分析?谢谢
Programs under the tc2.0 environment encounter an out of memory error during compilation. Suspect it's due to a large file, but files larger than this one work normally on the same machine. Please help analyze? Thanks
|
|
2008-6-25 10:45 |
|
|
tempol
新手上路

积分 8
发帖 3
注册 2008-5-24
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
提示out of memory错误的文件大小为63027b,但我编译63990b大小文件是正常的。
我把Options--Compliler---Model中的模式改为大模式,也不成功,请高手指点啊,急啊
The file size that prompts the out of memory error is 63027b, but when I compile a file of 63990b size, it is normal. I changed the mode in Options--Compiler---Model to large mode, but it didn't work. Please give me some guidance, urgent!
|
|
2008-6-25 10:51 |
|
|
tempol
新手上路

积分 8
发帖 3
注册 2008-5-24
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
我在线等呢,哪位朋友能帮帮我,我试了2天了,没办法了,程序已经不能再精简了
I'm waiting online. Which friend can help me? I've tried for 2 days and can't make it. The program can't be simplified anymore.
|
|
2008-6-25 10:54 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
是不是数组超过了64k, 把它减到64k之内试试
Is it that the array exceeds 64k? Try reducing it to within 64k.
|
|
2008-6-25 14:18 |
|
|
netwinxp
高级用户
   
积分 741
发帖 366
注册 2007-7-25
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
要看的是内存占用量而不仅仅是文件大小。
What we need to look at is the memory usage, not just the file size.
|
|
2008-6-26 10:07 |
|
|
rocchapter
中级用户
  
积分 236
发帖 101
注册 2005-11-27
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
用命令行吧...不行的话装上Borland C++ 3.1试一下。选用large 或 huge 模式
Use the command line... If not, try installing Borland C++ 3.1. Select large or huge mode
|
|
2008-11-21 21:17 |
|
|
bnnwycpl
初级用户
 
积分 22
发帖 9
注册 2009-4-18
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
首先你启动TC之前加载的东西是不是太多,再次,如果代码不多(不是特别保密级别的)发上来让大家LOOK,你这样问谁也不知道怎么回事!!!
First, did you load too many things before starting TC? Secondly, if the code is not much (not particularly confidential), post it so that everyone can LOOK. You ask like this, no one knows what's going on!!!
|

A_knife |
|
2009-12-5 09:19 |
|