26.08.2016, 14:09
I myself prefer the code I posted, because it wastes less memory.
You're creating a string with 130 cells and then you're creating another one with SendFormatMessage.
What I'm doing is re-using the string I used to store the message.
It barely makes any difference, but I like optimizing it as much as I can.
You're creating a string with 130 cells and then you're creating another one with SendFormatMessage.
What I'm doing is re-using the string I used to store the message.
It barely makes any difference, but I like optimizing it as much as I can.

