View Single Post
  #9  
Old 03-14-2005, 23:35
thewhiz
 
Posts: n/a
Infinite number of reasons. Algorithm testing in user-mode for instance. There are definitely kernel-mode issues that must be addressed, but given I am doing a finite number of wrappers and a lot of what I am concerned with are pure algorithms, it is not a big deal. IRQL issues come with I/O in my case and as such those are finite issues.
Reply With Quote