Freeware hardware detection program
- doctorized
- Addict
- Posts: 882
- Joined: Fri Mar 27, 2009 9:41 am
- Location: Athens, Greece
Freeware hardware detection program
This a freeware program that I make. It shows detailed info of your hardware.
Check it out: http://kc2000labs.110mb.com/WInfo_eng.htm
Check it out: http://kc2000labs.110mb.com/WInfo_eng.htm
Last edited by doctorized on Wed Oct 21, 2009 5:41 pm, edited 1 time in total.
- Kwai chang caine
- Always Here
- Posts: 5494
- Joined: Sun Nov 05, 2006 11:42 pm
- Location: Lyon - France
Re: Freeware hardware detection program
I have try your program, and congratulation for your great job.
The program don't detect my language, it's perhaps normal because i'm french.
I have somes UNICODE characters in the two first lines of the msgbox at the begining
"An error have be occured when opening DATALOADER NT , The program not run properly"
After, at the first see, that's works
Thanks for sharing
The program don't detect my language, it's perhaps normal because i'm french.
I have somes UNICODE characters in the two first lines of the msgbox at the begining
"An error have be occured when opening DATALOADER NT , The program not run properly"
After, at the first see, that's works

Thanks for sharing

Last edited by Kwai chang caine on Tue Oct 20, 2009 7:57 pm, edited 1 time in total.

Not a destination
Re: Freeware hardware detection program
Looks good.
But, this goes in Announcements, not in Off-Topic.

I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
- doctorized
- Addict
- Posts: 882
- Joined: Fri Mar 27, 2009 9:41 am
- Location: Athens, Greece
Re: Freeware hardware detection program
Yes, you are right. I selected wrong category. Thanx for the notice.PB wrote:Looks good.But, this goes in Announcements, not in Off-Topic.
- doctorized
- Addict
- Posts: 882
- Joined: Fri Mar 27, 2009 9:41 am
- Location: Athens, Greece
What do you exactly mean? You mean that it does not show the info in French?Kwaï chang caïne wrote:The program don't detect my language, it's perhaps normal because i'm french.
The program knows only greek and english, as I am Greek and I speak English too. Spanish language file will be released in a few days.
It was a small bug within the driver. Now it is fixed.Kwaï chang caïne wrote:"An error have be occured when opening DATALOADER NT , The program not run properly"
- doctorized
- Addict
- Posts: 882
- Joined: Fri Mar 27, 2009 9:41 am
- Location: Athens, Greece
Freeware hardware detection program
This a freeware program that I make. It shows detailed info of your hardware.
Check it out: http://kc2000labs.110mb.com/WInfo_eng.htm
Check it out: http://kc2000labs.110mb.com/WInfo_eng.htm
Re: Freeware hardware detection program
KCC you can translate in french if you need, just edit the Lang1033.dll with a notepad editor. 

~Ar-S~
My Image Hoster for PB users
My webSite (french) with PB apps : LDVMULTIMEDIA
PB - 3.x / 5.7x / 6 - W11 x64 - Ryzen 7 3700x / #Rpi4
My Image Hoster for PB users
My webSite (french) with PB apps : LDVMULTIMEDIA
PB - 3.x / 5.7x / 6 - W11 x64 - Ryzen 7 3700x / #Rpi4
Code: Select all
r3p347 : 7ry : un71l d0n3 = 1
Re: Freeware hardware detection program
Wow, thanks for sharing your code, especially the Microsoft Product key code - excellent!
Win10, PB6.x, okayish CPU, onboard video card, fuzzy monitor (or is that my eyesight?)
"When the facts change, I change my mind" - John Maynard Keynes
"When the facts change, I change my mind" - John Maynard Keynes
Re: Freeware hardware detection program
Well done doctorized! Is it all done with PB?
- Kwai chang caine
- Always Here
- Posts: 5494
- Joined: Sun Nov 05, 2006 11:42 pm
- Location: Lyon - France
Re: Freeware hardware detection program
Yes you're right, it's not really a DLLar-s wrote:KCC you can translate in french if you need, just edit the Lang1033.dll with a notepad editor.

This file countain all the functions in english
Thanks for your tips


Not a destination
Re: Freeware hardware detection program
When I run the app it just shows the splash screen and then exits on my PC (XP Pro).
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
Re: Freeware hardware detection program
Topic merged.
Re: Freeware hardware detection program
I can't
your website is flagged by Google Chrome ...
www.dreamw.. blah blah .... hosts some web malwares.
your website is flagged by Google Chrome ...

www.dreamw.. blah blah .... hosts some web malwares.

- doctorized
- Addict
- Posts: 882
- Joined: Fri Mar 27, 2009 9:41 am
- Location: Athens, Greece
Re: Freeware hardware detection program
The driver files (DataLoader.xxx) are writen in C. The exe file in PB 4.31.dige wrote:Well done doctorized! Is it all done with PB?
As Ar-s said above, lang1033.dll and pcinames.dll are txt files containing the
required data. I just changed the extension.
Kwaï chang caïne, if you translate in french, send me the translated file please.
- doctorized
- Addict
- Posts: 882
- Joined: Fri Mar 27, 2009 9:41 am
- Location: Athens, Greece
Re: Freeware hardware detection program
Download http://kc2000labs.110mb.com/WInfo32_debug2.zip and extract the exe amond the other files of mine.PB wrote:When I run the app it just shows the splash screen and then exits on my PC (XP Pro).
Run it and the WInfo32_debug.txt file that will be generated send it to me. I know this bug but I do not know what is wrong.