sir,can you help me?
-
Hi! I had download the source code of mass storage device driver for windows98 from Microsoft websit.And builded it with 98ddk on windows98 system,and then installed it on win98 system. It can work correctly all the time. If I suddenly remove the device from pc when copying file from pc to device or from device to pc on win98 system,the blue screen occur,and i have to restart my system. But if do the same on win2000 or winxp there is no blue screen. Now i wanna modify the driver source code to avoid the blue screen when suddently remove the device while it is exchanging data with pc on win98 system. My question is: 1,If my hope has the possibility to come true? 2,If has,then which part of source code of this drive should i have to modify,and what couses the blue screen? I know that in the source code it just abort all the pipes when device remove sudently but nothing else. Thanks! momer All the blesses we are enjoy are the fruit of labor,toil,study and self-denail.
-
Hi! I had download the source code of mass storage device driver for windows98 from Microsoft websit.And builded it with 98ddk on windows98 system,and then installed it on win98 system. It can work correctly all the time. If I suddenly remove the device from pc when copying file from pc to device or from device to pc on win98 system,the blue screen occur,and i have to restart my system. But if do the same on win2000 or winxp there is no blue screen. Now i wanna modify the driver source code to avoid the blue screen when suddently remove the device while it is exchanging data with pc on win98 system. My question is: 1,If my hope has the possibility to come true? 2,If has,then which part of source code of this drive should i have to modify,and what couses the blue screen? I know that in the source code it just abort all the pipes when device remove sudently but nothing else. Thanks! momer All the blesses we are enjoy are the fruit of labor,toil,study and self-denail.
I believe Win98 cannot detect automatically when the device is removed the use has to tell it via the system tray. Automatic detection was one of the additions to Win2k which is, of course, a different driver model. Elaine :rose: The tigress is here :-D
-
I believe Win98 cannot detect automatically when the device is removed the use has to tell it via the system tray. Automatic detection was one of the additions to Win2k which is, of course, a different driver model. Elaine :rose: The tigress is here :-D
-
I believe Win98 cannot detect automatically when the device is removed the use has to tell it via the system tray. Automatic detection was one of the additions to Win2k which is, of course, a different driver model. Elaine :rose: The tigress is here :-D
-
Hi! I had download the source code of mass storage device driver for windows98 from Microsoft websit.And builded it with 98ddk on windows98 system,and then installed it on win98 system. It can work correctly all the time. If I suddenly remove the device from pc when copying file from pc to device or from device to pc on win98 system,the blue screen occur,and i have to restart my system. But if do the same on win2000 or winxp there is no blue screen. Now i wanna modify the driver source code to avoid the blue screen when suddently remove the device while it is exchanging data with pc on win98 system. My question is: 1,If my hope has the possibility to come true? 2,If has,then which part of source code of this drive should i have to modify,and what couses the blue screen? I know that in the source code it just abort all the pipes when device remove sudently but nothing else. Thanks! momer All the blesses we are enjoy are the fruit of labor,toil,study and self-denail.
If you want to find what part of your coder BSODed the PC, run a debug version, and after the crash, get the DMP file form the windows directory, and analyse it with DbgView.exe. You need to set the paths of the source code files and the path to the pdb files. Nunc est bibendum
-
If you want to find what part of your coder BSODed the PC, run a debug version, and after the crash, get the DMP file form the windows directory, and analyse it with DbgView.exe. You need to set the paths of the source code files and the path to the pdb files. Nunc est bibendum