Quote: The out of memory error message your talking about at party i got this using the older version of FPHGv2.03d Never had this before i had FPHG so it looks like FPHG is causing it although this is no serouis problem as you just click it off.
I think I've just got to the bottom of it now, but can't be sure yet - I think it's because I'm using heaped data declared as globals/statics inside of the DLL I injected (I got similar problems overflowing the stack in Party's memspace before). If my new plan doesn't work, I'll use some form of message passing and do all the real work inside of the FPHG application's memspace.
I've also just optimized the string matching code to work with Unicode chars natively (it used to convert in a buffer from Unicode to ASCII before scanning before), so I'm guessing that FPHG should no longer really have much impact on Party CPU usage anymore.
Anyway, I'm gonna give it a try for the rest of the afternoon and see how it gets on. I'll post the new version, assuming it works ok, sometime later tonight.