|
fros
初级用户
 
积分 112
发帖 48
注册 2006-10-6
状态 离线
|
『第 91 楼』:
使用 LLM 解释/回答一下
DJGPP,这玩意的使用手册在哪里有啊?
我搜索了好一阵都没找到。。。
DJGPP, where can I find the user manual for this thing? I've searched for a long time and haven't found it...
|
|
2006-10-8 01:48 |
|
|
jdyl
新手上路

积分 14
发帖 4
注册 2006-10-11
状态 离线
|
『第 92 楼』:
Djgpp中出现Don't know how to build 21.o from c:\21(程序的名字是21),
使用 LLM 解释/回答一下
我装一个DJPPNOI-WIN98的程序,但在RHIDE中编了一个小程序。执行编译时出现
Don't know how to build 21.o from c:\21(程序的名字是21),是怎么回事呢?而且运行命令都是灰色的,请详细指教。本人急用。多谢。
I installed a DJPPNOI-WIN98 program, but I compiled a small program in RHIDE. When performing the compilation, the following appeared: "Don't know how to build 21.o from c:\21 (the name of the program is 21). What's the matter? And the run commands are gray. Please give detailed instructions. I am in urgent need. Thanks a lot."
|
|
2006-10-11 20:17 |
|
|
whowin
初级用户
 
积分 174
发帖 37
注册 2006-9-28
状态 离线
|
『第 93 楼』:
使用 LLM 解释/回答一下
1、你得用project
2、你得在OPTION里设置
然后才可能完成,如果你使用了某些第三方的library,可能还得把它放到工程里,不过用惯了十很好用的,没有莫名其妙的问题。
1、you need to use project
2、you need to set in OPTION
Then it may be completed. If you use some third-party libraries, you may also need to put it into the project. However, it is very easy to use after getting used to it, and there are no inexplicable problems.
|
|
2006-11-8 06:12 |
|
|
abcdos
初级用户
 
积分 88
发帖 45
注册 2006-11-3
状态 离线
|
|
2006-11-17 02:11 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 95 楼』:
使用 LLM 解释/回答一下
在 RHIDE中,怎样才能查看函数说明?
点击了帮助索引,它说不能打开LIBC
要下载什么文件才能看到?
In RHIDE, how can I view the function description?
Clicked the help index, and it said that LIBC cannot be opened.
What files need to be downloaded to be able to see?
|
|
2007-2-22 02:29 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 96 楼』:
使用 LLM 解释/回答一下
请问DJGPP也支持BIOS中断吗?如果不支持,那么它支持读写137GB以上的硬盘吗?
具体用什么函数?
Does DJGPP also support BIOS interrupts? If not, does it support reading and writing to hard drives larger than 137GB? What specific functions are used?
|
|
2007-2-23 09:08 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 97 楼』:
使用 LLM 解释/回答一下
在rhide 打开libc referrence时,说
can't open the help file 'libc'
怎么办?
When opening the libc reference in rhide, it says "can't open the help file 'libc'". What should I do?
|
|
2007-2-23 10:47 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 98 楼』:
使用 LLM 解释/回答一下
这两天在考虑能不能把我的系统备份工具Todisk改成DOS32程序(主要是想把速度提高到和GHOST差不多...不知行不行....), 疯狂寻找途径:
1
实模式下直接访问4GB内存
2
WATCOM C/C++
3
BC4.5 + POWERPACK FOR DOS
在网上搜了半天,最后在自家论坛(DOS论坛)下到了!
4
DJGPP
1
可惜好象只能用汇编来调用
2
未有进展
3,4
研究后,感觉还不错,已实现DOS32 DPMI的编译,已实现支持一次读写文件超过64KB了!
特别 感觉DJGPP界面跟BC一模一样! 确实不错!
文档也跟BC一样详细! 查起来很方便...
感觉就是TC/BC的超强升级版! 真爽!
Last edited by GOTOmsdos on 2007-2-23 at 01:16 PM ]
These days I'm thinking about whether I can turn my system backup tool Todisk into a DOS32 program (mainly wanting to increase the speed to be similar to GHOST... not sure if it's possible...), and I'm frantically looking for ways:
1
Directly access 4GB memory in real mode
2
WATCOM C/C++
3
BC4.5 + POWERPACK FOR DOS
I searched the Internet for a long time, and finally downloaded it on my own forum (DOS forum)!
4
DJGPP
1
Unfortunately, it seems that it can only be called with assembly
2
No progress
3,4
After researching, I feel it's not bad. I've already realized the compilation of DOS32 DPMI, and I've already realized supporting reading and writing files exceeding 64KB at one time!
Especially, I feel that the DJGPP interface is exactly the same as BC! It's really good!
The documentation is also as detailed as BC! It's very convenient to look up...
It feels like a super upgraded version of TC/BC! Really cool!
Last edited by GOTOmsdos on 2007-2-23 at 01:16 PM ]
|
|
2007-2-23 13:12 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 99 楼』:
使用 LLM 解释/回答一下
刚又发现一个问题:
在BC4.5 + POWERPACK FOR DOS 中
编译DPMI32 DOS程序,一次读写文件可以超过64KB
但是,编译DPMI16DOS程序,却不行...
如果真的不行,那DPMI16DOS程序比实模式DOS程序有什么好处呢?
Last edited by GOTOmsdos on 2007-2-23 at 02:05 PM ]
Just found another problem again:
In BC4.5 + POWERPACK FOR DOS,
when compiling DPMI32 DOS programs, a single read/write of a file can exceed 64KB
But when compiling DPMI16DOS programs, it can't...
If it's really not possible, then what are the advantages of DPMI16DOS programs over real-mode DOS programs?
Last edited by GOTOmsdos on 2007-2-23 at 02:05 PM ]
|
|
2007-2-23 13:47 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 100 楼』:
使用 LLM 解释/回答一下
ALLEGRO里有音频库吗? 比如放WAV.MIDI等...
啊,看见了 400里有SOUND.H ...
但是,它有总线限制吗? ISA ,PCI ?
Last edited by GOTOmsdos on 2007-2-24 at 12:02 PM ]
Does ALLEGRO have an audio library? For example, playing WAV, MIDI, etc...
Ah, I saw it. There is SOUND.H in 400...
But, does it have bus restrictions? ISA, PCI?
Last edited by GOTOmsdos on 2007-2-24 at 12:02 PM ]
|
|
2007-2-24 11:50 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 101 楼』:
使用 LLM 解释/回答一下
Originally posted by TomLi at 2003-8-12 12:00 AM:
Borland DOS POWER PACK
Borland C++ 4.5与Borland DOS POWER PACK配合可以开发出DOS下DPMI 16和DPMI 32应用程序,在DOS下可以使用4G内存,原来在BC++ 3.1下编写的DOS程序 ...
我已下载安装了Borland C++ 4.5与Borland DOS POWER PACK,但是以DPMI方式一编译BC3.1的程序时出现一大堆未声明的错,根本无法编译..
而用DJGPP,就目前来说,除了FP_OFF,FP_SEG外,绝大部分没问题!
很多实模式的中断,函数照用不误!
界面又跟TC/BC一样,好象就是TC/BC的强大升级版!
以前用过TC/BC的,如果不用DJGPP,那真是不可思议!
Last edited by GOTOmsdos on 2007-2-26 at 10:01 AM ]
Originally posted by TomLi at 2003-8-12 12:00 AM:
Borland DOS POWER PACK
Borland C++ 4.5 in conjunction with Borland DOS POWER PACK can be used to develop DPMI 16 and DPMI 32 applications under DOS, and 4G memory can be used under DOS. The DOS programs originally written under BC++ 3.1...
I have downloaded and installed Borland C++ 4.5 and Borland DOS POWER PACK, but when compiling BC3.1 programs in DPMI mode, a large number of undeclared errors occur, and it is completely impossible to compile..
While with DJGPP, for now, except for FP_OFF, FP_SEG, most things are fine!
Many real-mode interrupts and functions can be used as they are!
The interface is also the same as TC/BC, as if it is a powerful upgraded version of TC/BC!
For those who have used TC/BC before, it is really unimaginable if they don't use DJGPP!
Last edited by GOTOmsdos on 2007-2-26 at 10:01 AM ]
|
|
2007-2-25 08:21 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 102 楼』:
使用 LLM 解释/回答一下
我已经尝到了DOS32的威力拉!
我在DJGPP,直接用不起眼的malloc()申请了300多MB的内存! 读写文件成功拉!
I've tasted the power of DOS32!
I directly used the unremarkable malloc() in DJGPP to apply for more than 300MB of memory! File reading and writing succeeded!
|
|
2007-2-25 08:38 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 103 楼』:
rhide.exe太不稳定!
使用 LLM 解释/回答一下
用了DJGPP几天,感觉非常好,内核目前没发现什么BUG,
不过发现rhide.exe太不稳定, 经常无故退出(在纯DOS可看见寄存器错误)!
在WIN和DOS都这样
这一点真让人受不了....
(一般小程序,直接用它的 命令行的GCC,非常稳定,没有什么问题...)
Last edited by GOTOmsdos on 2007-2-26 at 09:32 AM ]
I've been using DJGPP for a few days and it feels really good. So far, no bugs have been found in the kernel. However, I found that rhide.exe is very unstable and often exits without reason (register errors can be seen in pure DOS)! This happens both in Windows and DOS. This is really frustrating.... (For general small programs, directly using its command-line GCC is very stable and has no problems...)
Last edited by GOTOmsdos on 2007-2-26 at 09:32 AM ]
|
|
2007-2-25 13:25 |
|
|
henrya2
中级用户
  
积分 486
发帖 171
注册 2006-2-12
状态 离线
|
『第 104 楼』:
使用 LLM 解释/回答一下
DPMI模式早就有了,只不过不太完善
DPMI mode has long been there, just not very perfect
|

Those who do not study the past are condemned to repeat it |
|
2007-3-26 00:05 |
|
|
rollin7
初级用户
 
积分 52
发帖 15
注册 2006-10-30
状态 离线
|
『第 105 楼』:
使用 LLM 解释/回答一下
下载了DJGPP,摸了N长时间也没搞明白,郁闷.
Downloaded DJGPP, but spent a long time without figuring it out, feeling depressed.
|
|
2007-3-30 11:32 |
|