Re: FastImageOutput
Posted: Mon Jul 26, 2010 10:32 am
Hm,
I just took an old code (Trax and tried to compile it under 4.50. When starting the exe, I get an invalid memory access (read error at address 48), which was not here with PB4.31. I will check my code if I can bring up a small snippet demonstrating the problem, but maybe there are some hints what could got wrong?!
Thanks,
Michael
I just took an old code (Trax and tried to compile it under 4.50. When starting the exe, I get an invalid memory access (read error at address 48), which was not here with PB4.31. I will check my code if I can bring up a small snippet demonstrating the problem, but maybe there are some hints what could got wrong?!
Thanks,
Michael
Code: Select all
CopyImage(#ClrBoard,#FixBoard)
FixBoard=ImageID(#FixBoard)
Debug FixBoard; 67439849
Debug ImageWidth(#FixBoard); 440
Debug ImageHeight(#FixBoard); 420
Debug ImageDepth(#FixBoard); 24
StartDrawing(FastImageOutput(#FixBoard))