Hi there,
I recently started playing around with the CLI of Daemon Tools. I'm writing a wrapper for it in C#.
I found the return values of the -get_count, -add and -remove switches to be incorrect in the latest versions of both DTLite (v4.41.3.0173) and DTPro (v4.41.0315.0262). The return values are supposed to contain the total number of virtual drives. However only the number of "DT" type drives (basic emulation) is returned, i.e. "SCSI" type drives and in DTPro's case "IDE" type drives as well are not counted!
From a programmer's point of view I think the problem is very simple and so should its solution be.
I've tested this on both w7 x64 SP1 and on winXP SP3 x86 (the latter in a VM).
If anybody else could test this as well, that'd be great, just make sure you're running the latest version.
Thanks for looking into this!
I recently started playing around with the CLI of Daemon Tools. I'm writing a wrapper for it in C#.
I found the return values of the -get_count, -add and -remove switches to be incorrect in the latest versions of both DTLite (v4.41.3.0173) and DTPro (v4.41.0315.0262). The return values are supposed to contain the total number of virtual drives. However only the number of "DT" type drives (basic emulation) is returned, i.e. "SCSI" type drives and in DTPro's case "IDE" type drives as well are not counted!
From a programmer's point of view I think the problem is very simple and so should its solution be.
I've tested this on both w7 x64 SP1 and on winXP SP3 x86 (the latter in a VM).
If anybody else could test this as well, that'd be great, just make sure you're running the latest version.
Thanks for looking into this!
Comment