View Single Post
Old 09-23-10, 03:28 AM   #178
h.sie
Admiral
 
Join Date: Jul 2008
Posts: 2,192
Downloads: 131
Uploads: 0


Default

@Myxale: It works this way: For ranges > 10000m the range will be displayed in 2000m steps (10000, 12000, 14000, 16000) and not in 1000m steps as my first idea was.

The time delay is a very good point (which automatically can result in a more inaccurate solution). Unfortunately, I have no idea how to implement that in an easy way. After pressing the firing solution button, the according event-handler calls and executes hundreds of routines and subroutines IN SEQUENCE. if I delay one of them, the rest will also pause and wait. that is not possible. the only way around would be to cut the WP-firing-solution-routine out of this sequence, pause and execute it in a special thread IN PARALLEL, so that the other routines don't have to wait. I've done that in C++ and Java but it's impossible for me in assembler without SDK, although the problem seems to be so simple. h.sie
__________________
My Mediafire page: http://www.mediafire.com/hsie

Last edited by h.sie; 09-23-10 at 04:29 AM.
h.sie is offline   Reply With Quote