Hey Guys

I have a really weird problem.

basically i have a structure which is made up of pointers which point to an array of structures. The pointers whithin each of these structures then points to a BYTE array on the freestore.

My problem is when i try and copy some data out of another buffer which is also on the freestore to these buffers i end up getting loads of crap in the buffers. I end up with all sorts of **** from the memory i mean i am getting stuff thats built into the program printed liek some of my error messages that are printed by messagebox's. Any ideas would be great

peter