From Ryan Alswede@21:1/5 to All on Mon Jul 17 10:40:58 2023
Does anyone have experience setting up or using these tools at the kernel level in Win9X?
I'm working on adapting the MS sndsys source code in the Windows 95 DDK to drive the MCA Ultimedia 7-6 card. I've got the driver code compiled, and installed in Windows 98 with the right IO range, DMA, and IRQ via inf file.
Now need to debug to see why it sets a failed to load error code.
I'm use to windbg with NT DDK which lets one set break points on source code. Here it seems you have to first generate line numbers and tell it some how?