| Re: Mappoint 2004 slowness on dual processor/dual core machines
Hi,
Very strange. Maybe video card slow? There is an windows API call LockWindowUpdate(). You can use this to prevent writing to the window until last line is draw. Btw this speed up a lot things if you have to draw many. |