Sunday, October 2, 2011

Creditscore North Platte


creditscore North Platte

Here is a local copy I made of the original stolen version.] Huntersoft has a new version of Unknown Device Identifier.

One of the first things I checked for is the bug mentioned above. While it doesn't crash the program (or it's sub program devinfo.exe) it does cause other problems. Original I didn't want to point out what the bug was exactly because it was my little ace I didn't want to let Huntersoft to know what it was exactly. Now that the newest creditscore North Platte program has no visible problem I guess I can share it. First I quick background on device manager and the registry. All devices under windows is listed under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\ (Win2k-XP) or HKEY_LOCAL_MACHINE\Enum\ (Win9x-Me). My program and the "original" Unknown Device Identifier only looked at the PCI section which has all pci based parts, creditscore North Platte which is where most unknown devices are. Directly under this key is several keys like "creditscore North Platte VEN_1002&DEV_5144&SUBSYS_02AA1002&REV_00" which is a pnpid string for this device. This string is then looked up in Craig Hart's list to see what creditscore North Platte it is. Under this key is 1 or more keys (random names?) for each device with the same pnpid (like usb controllers).

The key has several fields like Mfg which has the manufacture and DeviceDesc which has device name both from the windows driver (inf). check online instantly free credit report I have received 3 bug reports so far where they get a message "List Index out of bounds (0)" which is a Borland error catch that says I tried to get an item from an empty list. Here is the line that was the problem: //Path of the first subkey of the device, which creditscore North Platte has all the info regpath += "\\" + regtemp->Strings[0]; regtemp->Strings[0] is suppost to have a list of all the subkeys under the pnpid list. On every system I've tried (which is a lot, I work at a computer repair shop) I never seen this be creditscore North Platte the case but working with Kenneth Levy, creditscore North Platte the first person who reported the bug, we figured out that he had that problem. There was a line with a pnpid but no subkeys so this problem occurred.

I make the following change to fix this: if (regtemp-Count = 0) DeviceLists[i].WinDevice = "Unable to finds out what windows thinks this device is"; else { regpath += "\\" + regtemp-Strings[0]; It now checks to make sure that there is a subkey and if not says that it can't find some info. free credit report contact Now Huntersoft had to go though all of my creditscore North Platte source code and borland options to change "Halfdone" to "Huntersoft," "Unknown Devices" to "Unknown Device Identifier"...etc. Well he missed one, likely because he didn't have the odd registry setup and never saw the error.

The message box still said my original name "Unknown creditscore North Platte Devices" for a title. While he has prevented the error from actually seeing an error, it still effects his program. When this registry has missing information it prevents the program from getting any details at all, even with good keys. Expect a new version of his creditscore North Platte program fixing this problem. :P Some other things I've noticed, this section will likely be updated as I learn more. - Setup the program as poDesktopCenter so it's half off screen on my dual display setup. - Doesn't show an icon for unknown devices, which I think is a main point - Shows all device manager items, even non hardware devices. Since there isn't a good list of non pci devices it just shows the pnp (or suedo pnp) ids. - Fancier graphics and no standard title so incompatible with my dual monitor software. - I can't run it on my Win95 laptop - Removed the line that said that NT was supported, which never was. - has an short internal list of venders and their websites. - He uses the inf folder (driver info is kept there) as a temp folder, a program called devinfo.exe is placed and later removed from there along with a devicelist.inf which appears to creditscore North Platte be a TTreeView dump (like the save feature from my program) with pci info. free credit report government website - He creates a c:\windows\daemon32.pnf which appears to be the Craig's pci list but with all the headers and mention of Craig removed. Normally if I saw some program creditscore North Platte create a daemon32.pnf I would think it was a virus. He/Them seem to know programming well enough, likely better then I do. If your capable of decent programming why steal?

No comments:

Post a Comment