Click here to Skip to main content
16,004,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: sending array/pointer to function - what's the difference? Pin
BlackDice5-Oct-04 5:38
BlackDice5-Oct-04 5:38 
GeneralRe: sending array/pointer to function - what's the difference? Pin
David Crow5-Oct-04 8:43
David Crow5-Oct-04 8:43 
GeneralRe: sending array/pointer to function - what's the difference? Pin
Henry miller5-Oct-04 9:52
Henry miller5-Oct-04 9:52 
GeneralWeird linking warning (VS.net 2003). Pin
blackmesa5-Oct-04 2:30
blackmesa5-Oct-04 2:30 
GeneralRe: Weird linking warning (VS.net 2003). Pin
2249175-Oct-04 18:02
2249175-Oct-04 18:02 
Generalbad Sectors Pin
Azghar Hussain5-Oct-04 2:22
professionalAzghar Hussain5-Oct-04 2:22 
GeneralRe: bad Sectors Pin
David Crow5-Oct-04 4:33
David Crow5-Oct-04 4:33 
GeneralRe: bad Sectors Pin
Henry miller5-Oct-04 5:24
Henry miller5-Oct-04 5:24 
IOCTLs might give you what you need. You need to find the command to send the drive on your own. For Scsi drives, T10.org will help, I'm not sure about ATA drives. In any case, most modern drives automaticly re-map bad sectors. You can find them out, but each manufacture has a different command, and normally it isn't documented.

lookup up the function once you know what to tell the drive.
DeviceIoControl()
on MSDN. For Scsi devices IOCTL_SCSI_PASS_THROUGH_DIRECT, might be useful.
GeneralMaking Client windows transparent Pin
Member 13058115-Oct-04 1:58
Member 13058115-Oct-04 1:58 
QuestionTesting Method For ISAPI ? Pin
Amarelia5-Oct-04 1:52
Amarelia5-Oct-04 1:52 
QuestionIl y a un moyen pour inclure des DLLs au projet ? Pin
K Arsen5-Oct-04 1:14
K Arsen5-Oct-04 1:14 
AnswerRe: Il y a un moyen pour inclure des DLLs au projet ? Pin
Cedric Moonen5-Oct-04 1:27
Cedric Moonen5-Oct-04 1:27 
GeneralRe: Il y a un moyen pour inclure des DLLs au projet ? Pin
K Arsen5-Oct-04 1:39
K Arsen5-Oct-04 1:39 
GeneralRe: Il y a un moyen pour inclure des DLLs au projet ? Pin
Cedric Moonen5-Oct-04 2:07
Cedric Moonen5-Oct-04 2:07 
GeneralRe: Il y a un moyen pour inclure des DLLs au projet ? Pin
ThatsAlok6-Oct-04 1:22
ThatsAlok6-Oct-04 1:22 
GeneralRe: Il y a un moyen pour inclure des DLLs au projet ? Pin
toxcct5-Oct-04 3:06
toxcct5-Oct-04 3:06 
AnswerRe: Il y a un moyen pour inclure des DLLs au projet ? Pin
Arsalan Malik5-Oct-04 1:38
Arsalan Malik5-Oct-04 1:38 
GeneralRe: Il y a un moyen pour inclure des DLLs au projet ? Pin
K Arsen5-Oct-04 1:43
K Arsen5-Oct-04 1:43 
AnswerRe: Il y a un moyen pour inclure des DLLs au projet ? Pin
4apai5-Oct-04 1:47
4apai5-Oct-04 1:47 
GeneralRe: Il y a un moyen pour inclure des DLLs au projet ? Pin
toxcct5-Oct-04 3:10
toxcct5-Oct-04 3:10 
AnswerRe: Il y a un moyen pour inclure des DLLs au projet ? Pin
David Crow5-Oct-04 4:41
David Crow5-Oct-04 4:41 
GeneralRe: Il y a un moyen pour inclure des DLLs au projet ? Pin
K Arsen5-Oct-04 5:16
K Arsen5-Oct-04 5:16 
GeneralRe: Il y a un moyen pour inclure des DLLs au projet ? Pin
David Crow5-Oct-04 9:21
David Crow5-Oct-04 9:21 
AnswerRe: Il y a un moyen pour inclure des DLLs au projet ? Pin
P-Rex6-Oct-04 2:27
P-Rex6-Oct-04 2:27 
QuestionHow to test the ISAPI application ? Pin
Amarelia5-Oct-04 1:14
Amarelia5-Oct-04 1:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.