Hi, I want to use fipscanister.lib along with debugging information (symbols) in Visual C++. I have changed the following line in do_fips.bat as follows:
perl util\mk1mf.pl dll debug %ASM% %TARGET% >ms\ntdll.mak This creates out32dll.dbg folder. I am not able to step into the code using the debug fipscanister.lib. Is there any way to include symbol information so that I can step into it.(i.e enabling source level debugging) Pankaj