hi all,
i have a little application which uses regular expressions under VB6. It works perfectly under XP but under Win7 i'm experiencing massive problems. sometimes, when the text which is passed to the regex function is > 20KB it freezes the application and also the whole win7 system: it's getting really slow, almost completely freezes and only after ~30 seconds reacts for a few seconds and freezes again.
strange thing - event if i terminate the VB6 task under taskmanager the whole system remains slow, freezed and instable. it's like if it's running on 100% cpu load although it's normal. seems to be a system thing which eats all ressources and the only thing that helps is to reboot.
anyone experienced the same thing / knows a solution? i've already googled but couldn't find anything.
is there at least some way to terminate the regex function in case it takes too long?
thx