@Sunny:
Anscheinend wurde u.a. der 64k String-Hack gefixed: siehe http://purebasic.myforums.net/viewtopic.php?t=9194
Procedure SetStringManipulationBufferSize(Bytes)
PBStringBase.l = 0
PBMemoryBase.l = 0
!MOV eax, dword [PB_StringBase]
!MOV [esp+4],eax
!MOV eax, dword [PB_MemoryBase ...