Log in

View Full Version : Softice VB export question


madmaN
April 9th, 2002, 21:02
Im using Windows XP pro and I have Driverstudio 2.5 final
Softice works fine but Im having problems with exporting MSVBVM60.DLL to softice
I put it in my winice.dat file and when i first start softice it loads it fine along with the other dlls. The problem is when I load a VB6 program and try to set a vb6 breakpoint(bpx __vbastrcmp) it sets it but when I do BL it shows it as something like 0136:0065432 instead of msvbvm60!__vbastrcmp and it wont break on vbastrcmp needless to say.
Any help would be welcome...

Thanks,

madmaN

madmaN
April 10th, 2002, 21:36
Softice wont break on VB proggys at all

AirW0lf
April 10th, 2002, 21:54
Try bpx msvbvm60!__vbaStrCmp

it will work

madmaN
April 10th, 2002, 23:01
Ive tried that too But i loaded the symbol file for msvbvm60.dll
with symbol loader and now when i try bpx msvbvm60!__vbastrcmp and type BL
it shows __vbastrcmp only and wont break damnit

foxthree
April 11th, 2002, 11:51
People... don't do this the hardway. BPM'g VB apps in SICE can be such a pain. Instead, use SmartCheck.

You'll see what I mean

Signed,
-- FoxThree