阅读:1446回复:7
Out of environment space
在.bat文件中
使用set mDDKDir=E:\\Win98时出现 “Out of environment space” 请问:这可能是由于什么原因造成的? |
|
最新喜欢:feihui |
沙发#
发布于:2002-06-27 15:57
You should increase your environment space because the Windows 98 DDK, compiler, and assembler (and the optional Platform SDK) all use additional environment space for storage of search paths.
Note The Windows 98 DDK uses the current VCVars.Bat as part of creating the build environment. This includes setting your current path to include the installation source of Visual C++. You may want to delete the line vcsource=<Install Path> from %DDKRoot%\\Bin\\DDKVars.Bat if you installed from over a network. Doing so may reduce the time required to build the drivers. To increase the environment space Add the following command to your Config.sys file (or change the line already there): shell=c:\\command.com /p /e:4096 This command gives you an environment of 4,096 bytes. If you receive \"out of environment space\" messages, you should increase the size of the environment further. |
|
|
板凳#
发布于:2002-06-27 16:21
谢谢你tigerzd
再请问默认情况下该值是多少? |
|
地板#
发布于:2002-06-27 16:23
我也不知道。 :D
|
|
|
地下室#
发布于:2002-06-28 08:17
还有一个问题:当我把该.bat在VC6编译时,仍出现Out of environment space,请问这又是什么原因,怎么解决?
|
|
5楼#
发布于:2002-06-28 09:15
还有一个问题:当我把该.bat在VC6编译时,仍出现Out of environment space,请问这又是什么原因,怎么解决? 不是这样的!shell=c:\\command.com /p /e:4096 加到Config.sys 里面。如果还不行就把4096增大。如果还不行,就把Config.sys里面的东西都去掉试一试!别忘了每次都要重新启动计算机。 |
|
6楼#
发布于:2002-06-28 09:20
默认是512
加shell=c:\\command.com /p /e:4096应该就够了。 |
|
7楼#
发布于:2002-06-28 10:01
我在MSDOS命令行上运行是可以的,而且我的Config.sys只有这句话,我也觉得加shell=c:\\command.com /p /e:4096应该就够了。但当我在VC下时就不行的!。。。?
|
|