Stimmt. Sobald man mit Strings arbeitet (z.b. string1+string2)
wird Ebp ueberschrieben, da Ebp zum kopieren? benutzt wird.
Mit ein bisschen Asm sollte das aber zu regeln sein .
Native C++ method call (also known as thiscall)
Function parameters are passed on the stack, pushed right to left, the "this" pointer is passed in the ecx register, and the callee cleans the stack.