Mail Archives: djgpp/2008/02/23/04:26:42
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f
|
NNTP-Posting-Date: | Sat, 23 Feb 2008 02:38:11 -0600
|
Date: | Sat, 23 Feb 2008 00:38:09 -0800
|
From: | Jim Michaels <jmichae3REMOVE AT THISPLEASEyahoo DOT com>
|
User-Agent: | Thunderbird 2.0.0.9 (Windows/20071031)
|
MIME-Version: | 1.0
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: lbinstdj doesn't install on XP
|
References: | <JJWdnbfe8c5_IiLanZ2dnUVZ_o2vnZ2d AT comcast DOT com>
|
In-Reply-To: | <JJWdnbfe8c5_IiLanZ2dnUVZ_o2vnZ2d@comcast.com>
|
Message-ID: | <hbidnSA8qcLuRiLanZ2dnUVZ_t2inZ2d@comcast.com>
|
Lines: | 38
|
X-Usenet-Provider: | http://www.giganews.com
|
NNTP-Posting-Host: | 24.20.110.103
|
X-Trace: | sv3-d7Gm1Z/pb1ze3Bbss9JewI44fpSiJJ3pGxhJLN3EOCgVLjwjYOkLpcQNaNntsEXzSkn3roUsZhGUNmt!AoVsg7266URI6/E9up04QnKThtSpVGxNZb3ZGJQJ7L3aM0I488NkN3KVAulc8inZpE4PwZkTyfJV!MkecTgYWOAalvORyvt/XTSGlVHYR8w==
|
X-Complaints-To: | abuse AT comcast DOT net
|
X-DMCA-Complaints-To: | dmca AT comcast DOT net
|
X-Abuse-and-DMCA-Info: | Please be sure to forward a copy of ALL headers
|
X-Abuse-and-DMCA-Info: | Otherwise we will be unable to process your complaint properly
|
X-Postfilter: | 1.3.37
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Jim Michaels wrote:
> lbinstdj constantly says on startup that numeric tails are disabled, and
> that numeric tails should be turned on. then it wants to run onnumtl.reg.
> no matter how many times I reboot and do this process, it still doesn't
> unpack any of the zip files, even though I have specified where the zip
> packages are. (pkgs in C:/DJGPP, installing to C:/DJGPP).
by the way, the .reg files included appear to create the wrong data type
in the registry, due to the registry files being written incorrectly.
They create a data type of REG_BINARY instead of REG_DWORD, which is
probably what should be used. All of the other registry values in that
subkey have the type REG_DWORD, not REG_BINARY.
instead of the line
"NameNumericTail"=hex:00
and
"NameNumericTail"=hex:01
use
"NameNumericTail"=dword:0
and
"NameNumericTail"=dword:1
please correct the 2 reg files nonumtl.reg, onnumtl.reg, and
djgpp2\v2faq\faq22_19.html
oh, and by the way, lbinstdj still complains.
--
Jim Michaels
for email, edit the address
- Raw text -