Optical drives' info

Share your advanced PureBasic knowledge/code with the community.
User avatar
doctorized
Addict
Addict
Posts: 882
Joined: Fri Mar 27, 2009 9:41 am
Location: Athens, Greece

Optical drives' info

Post by doctorized »

I have writen a code that retrieves most of the info from every optical drive.
The code is separated to 4 files, so find them at: http://kc2000labs.110mb.com/pb/zips/4.31/CDROM_4.40.zip

The code works fine with PB 4.40 x86 but it is not working with the x64 version.
I think that something is wrong with the main structure passed to DeviceIOControl under x64.
If anyone finds the solution for x64 please let me know.
dige
Addict
Addict
Posts: 1410
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: Optical drives' info

Post by dige »

Well done! Works fine with WinXP SP3
+18
Enthusiast
Enthusiast
Posts: 228
Joined: Fri Oct 24, 2008 2:07 pm

Re: Optical drives' info

Post by +18 »

very good work :D
merci
User avatar
doctorized
Addict
Addict
Posts: 882
Joined: Fri Mar 27, 2009 9:41 am
Location: Athens, Greece

Re: Optical drives' info

Post by doctorized »

I post my codes because I believe that knowledge is for everyone!
Post Reply