hi guys,
i still cant figure out how to solve the following problem.
i have an char array of 6000. This array contains a bmp file that was send through my socket. now i want to show this picture on the screen. one possibility is to save this array as file and reload as picture and display it. but since it should be later some kind of videochat i want to display the picture stored in the array (without saving and reloading) on the screen.

any idea how to do this?

thanks in advance

Last edited by pjotr987; 03/18/13 14:23.