Adri_Magnon
June 18th, 2002, 16:11
Hi,
I installed SoftIce (4.05) and followed a configuration tutorial from Woodmann.com (newbies). He said to modify the winice.dat file after installation by removing the semicolons from the files that I have in my c:\windows\system\ folder. For example, I have user.dll so I changed this...
;EXP c:\windows\system\user.dll
to...
EXP c:\windows\system\user.dll
I did this to all the files I had in the system folder and if I didn't have it, I didn't change it. I also do not have the SDK so I left that portion alone.
I rebooted and opened the first tutorial program. It used bpx hmemcpy so I was okay and did it. Then I opened the second program and typed bpx GetDlgTextItemA and I got that it was "symbol not defined." I tried some others ("Get" commands that is) but the tutorial wasn't working so I opened up the target program in Wdasm and found that it did use the GetDlgTextItemA line so I closed Wdasm and looked at my Winice dat. I double checked that all files on my hard drive were un-semi-coloned and rebooted. I tried again and still got the symbol not defined error.
Can someone please tell me what I need to do? I reached an impasse since the rest of my tutorials use that command line a lot.
Also, I tried a tutorial that used bpx msvbm60!rtcmsgbox and I got the same error. I don't know if that helps. I am running Win 98 and have 256Mb RAM. I have installed some free developers and compilers as well as MSVS6 with the processor pack and that 100+ MB service pack for it.
Thanks for any help you can give. It felt good to have finished the first tutorial and saw it worked.
Adri_Magnon
I installed SoftIce (4.05) and followed a configuration tutorial from Woodmann.com (newbies). He said to modify the winice.dat file after installation by removing the semicolons from the files that I have in my c:\windows\system\ folder. For example, I have user.dll so I changed this...
;EXP c:\windows\system\user.dll
to...
EXP c:\windows\system\user.dll
I did this to all the files I had in the system folder and if I didn't have it, I didn't change it. I also do not have the SDK so I left that portion alone.
I rebooted and opened the first tutorial program. It used bpx hmemcpy so I was okay and did it. Then I opened the second program and typed bpx GetDlgTextItemA and I got that it was "symbol not defined." I tried some others ("Get" commands that is) but the tutorial wasn't working so I opened up the target program in Wdasm and found that it did use the GetDlgTextItemA line so I closed Wdasm and looked at my Winice dat. I double checked that all files on my hard drive were un-semi-coloned and rebooted. I tried again and still got the symbol not defined error.
Can someone please tell me what I need to do? I reached an impasse since the rest of my tutorials use that command line a lot.
Also, I tried a tutorial that used bpx msvbm60!rtcmsgbox and I got the same error. I don't know if that helps. I am running Win 98 and have 256Mb RAM. I have installed some free developers and compilers as well as MSVS6 with the processor pack and that 100+ MB service pack for it.
Thanks for any help you can give. It felt good to have finished the first tutorial and saw it worked.
Adri_Magnon