Freeware hardware detection program

Developed or developing a new product in PureBasic? Tell the world about it.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Freeware hardware detection program

Post by PB »

Here's what WInfo32_debug.txt reports. Note: One of my drives is 1.5 TB, so your app is probably failing when trying to access it -- I've had another commercial app fail with my drive, too (Deep Freeze from Faronics).

Code: Select all

Check OS bits
OS bits = 32
Read reg
Reg read. Lang = 1033
Opening Load Window
Entering Main loads
Load Main Data
Load Main Data Ended
Entering General data
Load General
Load General Ended
Entering MOBO data
Load MOBO
Load MOBO Ended
Entering Disk data
Load disks
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
doctorized
Addict
Addict
Posts: 882
Joined: Fri Mar 27, 2009 9:41 am
Location: Athens, Greece

Re: Freeware hardware detection program

Post by doctorized »

PB wrote:Here's what WInfo32_debug.txt reports.
Please do the same with http://kc2000labs.110mb.com/WInfo32_debug3.zip

I have a Seagate 500GB and a Seagate 1TB drive and it works fine.
Something must be wrong with DeviceIOControl.
Post Reply