var
youstream:tmemorystream;
begin
youstream:=tmemorystream.create;
youstream.loadfile('image1.bmp');
nmudp1.sendstream(youstream);其实是想将一张已经存在的bmp位图('image1.bmp')读入已经定义的流中,然后发送出去
但是每次在nmudp1.sendstream(youstream)这一句执行的时候总是说 流出错了,请教,
急呀!!!