Need help to port example in VS6
-
I found an useful example here http://code.msdn.microsoft.com/CppStorageEnum-90ad5fa9[^]. It`s performing exactly what I need to do. I need to port it in VS6. Can anybody help me?:confused:
36. When you surround an army, leave an outlet free. ... Do not press a desperate foe too hard. SUN-TZU - Art of War
-
I found an useful example here http://code.msdn.microsoft.com/CppStorageEnum-90ad5fa9[^]. It`s performing exactly what I need to do. I need to port it in VS6. Can anybody help me?:confused:
36. When you surround an army, leave an outlet free. ... Do not press a desperate foe too hard. SUN-TZU - Art of War
I had a short look on the sources and think that it can be used with VC6 when linking against the setupapi.lib. However, you need some header files from the Windows Driver Kit (scsi.h, ntdddisk.h) which may need manual editing when not from an older WDK. The other header files should be present in the platform SDK. I suggest to add the files to a new VC6 project, add the setupapi.lib to the additional libraries and start a build.
-
I had a short look on the sources and think that it can be used with VC6 when linking against the setupapi.lib. However, you need some header files from the Windows Driver Kit (scsi.h, ntdddisk.h) which may need manual editing when not from an older WDK. The other header files should be present in the platform SDK. I suggest to add the files to a new VC6 project, add the setupapi.lib to the additional libraries and start a build.