|
HenryCxd
新手上路

积分 10
发帖 4
注册 2010-4-8
状态 离线
|
『楼 主』:
DOS下编程问题,悬赏500现大洋,求示例程序
使用 LLM 解释/回答一下
本人急需在DOS下开发网络编程程序。
在网络上找了N久资料,目前已经把网络PACKET驱动装好了,加载后可以看到正确的物理网址,也找了WATTCP 库和ETROS库,在BC3。1下开发,程序始终调试不过,不知道问题的所在,恳请各位高手帮忙。愿意出500人民币表示谢意。
希望将你在BC3。1下的程序原代码,库,和各种配置方式详细说明,一旦调试成功,即汇出酬金,虽然不多,谨表心意。
xd_c@163.com
QQ496449715
I am in urgent need of developing network programming programs under DOS.
I have been searching for information on the Internet for a long time. Currently, the network PACKET driver has been installed, and after loading, the correct physical network address can be seen. I have also found the WATTCP library and the ETROS library. I am developing under BC3.1, but the program always fails to debug, and I don't know where the problem is. I earnestly request the help of all experts. I am willing to offer 500 RMB as a token of gratitude.
I hope to have a detailed explanation of your original code, libraries, and various configuration methods under BC3.1. Once the debugging is successful, the reward will be remitted. Although it is not much, it is a token of my gratitude.
xd_c@163.com
QQ496449715
|
|
2010-4-15 20:06 |
|
|
070
高级用户
    苏醒的沉睡者
积分 659
发帖 217
注册 2003-2-15 来自 福建
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
先从最简单的程序弄起吧。。
Let's start with the simplest programs.
|

好久没碰Dos,手都生了,赶紧回来练练.嘿嘿 |
|
2010-4-15 21:32 |
|
|
HenryCxd
新手上路

积分 10
发帖 4
注册 2010-4-8
状态 离线
|
『第 3 楼』:
TO 070
使用 LLM 解释/回答一下
我从最简单的示例程序开始调试,但不能通过.极度郁闷,主要是SOCKET_INIT()函数执行时,程序没有了反应.
I started debugging from the simplest sample program, but it didn't pass. Extremely depressed. Mainly, when the SOCKET_INIT() function is executed, the program has no response.
|
|
2010-4-15 21:44 |
|
|
HenryCxd
新手上路

积分 10
发帖 4
注册 2010-4-8
状态 离线
|
|
2010-4-16 08:19 |
|
|
070
高级用户
    苏醒的沉睡者
积分 659
发帖 217
注册 2003-2-15 来自 福建
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
可以现在windows下做命令行的通信编程。然后再移动到dos下啊
You can now do command-line communication programming under Windows and then move it to DOS.
|

好久没碰Dos,手都生了,赶紧回来练练.嘿嘿 |
|
2010-4-16 08:39 |
|
|
winson4829
初级用户
 
积分 58
发帖 17
注册 2008-3-2
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Wattcp 的網站已失聯, 上面有寫 ~~~ 請使用 Borland C/C++ 4.x 以後版本
The website of Wattcp has lost connection, and it says ~~~ Please use Borland C/C++ versions later than 4.x
|
|
2010-4-17 18:31 |
|
|
HenryCxd
新手上路

积分 10
发帖 4
注册 2010-4-8
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
解决不了问题,郁闷,自己顶......
Can't solve the problem, depressed, bump it up by myself...
|
|
2010-4-17 21:04 |
|
|
jawbin
高级用户
   
积分 994
发帖 444
注册 2005-1-29
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
"ertostcp.LIB和rtos.LIB是ertos库文件,目前该库是用bc45编译链接的,以上项目也需要在bc45下编译链接该项目.如果目录有改变需要把项目中的ertostcp.LIB和rtos.LIB 删除再重新加入"
得看你得到的库是什么版本的编译器编译的,然后使用同样的编译器。
"ertostcp.LIB and rtos.LIB are ertos library files. Currently, this library is compiled and linked with bc45. The above project also needs to be compiled and linked with this project under bc45. If the directory is changed, you need to delete ertostcp.LIB and rtos.LIB in the project and then add them again.
You need to see what version of the compiler the obtained library is compiled with, and then use the same compiler."
|
|
2010-4-19 12:18 |
|
|
zhgwbzhd
高级用户
   
积分 506
发帖 187
注册 2005-12-4
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
BC3.1没有任何问题。
不过请注意。
不要直接在编译器下直接运行。那样会死机。
请先编译好。
建议重新启动计算机,之后加载网卡驱动,之后再运行你程序。
否则会死机。
钱拿来吧。^_^
BC3.1 has no problems at all.
However, please note.
Do not run directly under the compiler. That will cause the computer to crash.
Please compile it first.
It is recommended to restart the computer, then load the network card driver, and then run your program.
Otherwise, it will crash.
Hand over the money. ^_^
|
|
2010-4-22 09:20 |
|
|
martinma6
新手上路

积分 2
发帖 1
注册 2010-5-3
状态 离线
|
|
2010-5-4 16:04 |
|
|
messen
新手上路

积分 17
发帖 8
注册 2010-1-3
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
这个东西我见过一个在csdn的下载上有 千真万确的
I've seen this thing on a download on CSDN, absolutely true
|
|
2010-5-5 18:10 |
|