|
lucky9981
初级用户
 
积分 52
发帖 26
注册 2005-11-19
状态 离线
|
『第 76 楼』:
偶对djgpp的一点体会.
使用 LLM 解释/回答一下
环境工作目录设好了以后,就是编译hello.c程序的时侯了.在菜单上compile主菜单分别点
compile
make
link
最后在最底下的信息栏上看到:
Creating hello.exe
no errors.
说明成功通过.
After setting up the environment working directory, it's time to compile the hello.c program. On the menu, under the compile main menu, respectively click:
compile
make
link
Finally, see in the bottom information bar:
Creating hello.exe
no errors.
Indicating successful passage.
附件
1: 最后再次编译成功通过.JPG (2005-11-20 01:17, 45.75 KiB, 下载附件所需积分 1 点
,下载次数: 2)
|
|
2005-11-20 01:17 |
|
|
lucky9981
初级用户
 
积分 52
发帖 26
注册 2005-11-19
状态 离线
|
|
2005-11-20 01:24 |
|
|
lucky9981
初级用户
 
积分 52
发帖 26
注册 2005-11-19
状态 离线
|
|
2005-11-20 01:36 |
|
|
rocchapter
中级用户
  
积分 236
发帖 101
注册 2005-11-27
状态 离线
|
|
2005-11-29 14:37 |
|
|
Neat
初级用户
 
积分 32
发帖 16
注册 2005-11-28
状态 离线
|
『第 80 楼』:
使用 LLM 解释/回答一下
DJGPP好象中文资料好象不多啊
DJGPP seems to have few Chinese materials, right?
|
|
2005-12-1 20:27 |
|
|
BSLTT
初级用户
 
积分 59
发帖 18
注册 2005-12-25
状态 离线
|
『第 81 楼』:
使用 LLM 解释/回答一下
watcom C++的资料就很多吗????
Are there many materials about Watcom C++?
|
|
2005-12-28 10:51 |
|
|
henrya2
中级用户
  
积分 486
发帖 171
注册 2006-2-12
状态 离线
|
|
2006-2-12 15:41 |
|
|
jcs67
初级用户
 
积分 36
发帖 18
注册 2006-2-14
状态 离线
|
『第 83 楼』:
使用 LLM 解释/回答一下
偶就在用mdc(Digital Mars C++),蛮好用的。
I'm just using mdc (Digital Mars C++), which is quite useful.
|
|
2006-2-14 14:46 |
|
|
sungp
初级用户
 
积分 20
发帖 10
注册 2006-3-13 来自 Tainan
状态 离线
|
|
2006-3-16 04:35 |
|
|
masccdx
新手上路

积分 14
发帖 3
注册 2006-3-24 来自 china
状态 离线
|
『第 85 楼』:
大家好请教高手指点个问题
使用 LLM 解释/回答一下
我用window me 引导进入纯dos后
在那里执行set djgpp=c:/djgpp/djgpp.env
set path=c:/djgpp/bin
然后执行rhid在那里写个小程序
能够通过编译没有错
可是在连接时就出错了告诉少什么-lgcc ,too many file open in system
请高手帮忙解决以下,还有在纯dos下能开发出向window那样的界面吗?
After I boot into pure DOS with Windows Me
There, I execute set djgpp=c:/djgpp/djgpp.env
set path=c:/djgpp/bin
Then execute rhid to write a small program there
It can be compiled without errors
But there is an error during linking, saying that -lgcc is missing, too many file open in system
Please help the expert to solve it, and can a GUI like Windows be developed under pure DOS?
|
|
2006-3-24 09:16 |
|
|
sunbaojian
新手上路

积分 2
发帖 1
注册 2005-7-16
状态 离线
|
|
2006-4-3 11:11 |
|
|
x2wei
初级用户
 
积分 44
发帖 17
注册 2006-4-24
状态 离线
|
『第 87 楼』:
我也在用DJgpp+allegro,并且修改了allegro支持汉字了:)
使用 LLM 解释/回答一下
有这么多Djgpp+allegro爱好者呀,高兴呀!
There are so many Djgpp + allegro enthusiasts! Happy!
|
|
2006-4-24 20:44 |
|
|
willsion
高级用户
   
积分 793
发帖 312
注册 2004-9-2
状态 离线
|
『第 88 楼』:
使用 LLM 解释/回答一下
对于编程我不内行,纯支持一下。
I'm not proficient in programming, just purely supporting.
|
|
2006-5-25 10:19 |
|
|
070
高级用户
    苏醒的沉睡者
积分 659
发帖 217
注册 2003-2-15 来自 福建
状态 离线
|
『第 89 楼』:
使用 LLM 解释/回答一下
djgpp其他都好,就是优化不行啊,垃圾代码多,一个简单显示"hello,new world"的程序都有89kb大.怀念borland的编译器阿,还是asm最简洁呵呵,硬盘大也不怕
Last edited by 070 on 2006-6-16 at 01:21 ]
DJGPP is fine in other aspects, just the optimization is not good, there are many garbage codes. A simple program to display "hello, new world" is as big as 89KB. Miss the Borland compiler. Still, assembly is the most concise. Hehe, even if the hard disk is large, it doesn't matter.
Last edited by 070 on 2006-6-16 at 01:21 ]
|

好久没碰Dos,手都生了,赶紧回来练练.嘿嘿 |
|
2006-6-16 01:19 |
|
|
fros
初级用户
 
积分 112
发帖 48
注册 2006-10-6
状态 离线
|
『第 90 楼』:
使用 LLM 解释/回答一下
汗。。。
不知道能不能整成底层的用汇编来做,外壳用QB之类的做。。。
类似于freebasic,内部可以嵌入汇编一样。。。(就是它不能在DOS下搞多线程就让我很郁闷。)
Sweat...
I don't know if it can be done at the bottom layer with assembly, and the shell with QB or something like that...
Similar to freebasic, where assembly can be embedded inside... (It's just that it's frustrating that it can't do multi-threading under DOS.)
|
|
2006-10-6 12:49 |
|