I am having a problem porting a hud display that I wrote for use in FG8.0 up to 9.8.
It hangs at the instruction in drawHUD() :

for_each(HUD_deque.being(), HUD_deque.end(), HUDdraw());

with a segfault. The problems seems to be that there are 18 labels in hudlabel.xml, all 18 of which pass the instruction, but the program carries HUD_deque.size() as 20! Looks like it is looking for superfluous information. Where does it set the deque size, and how could it be going wrong?

Thank you,

Rex du Pont
[EMAIL PROTECTED]

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to