From: Patric S. <sc...@vr...> - 2011-11-30 15:32:44
|
On Wed, 30 Nov 2011 16:17:34 +0100 Gerrit Garbereder <Gar...@vr...> wrote: > Hey folks, > > we are using custom commandline args in the VisaApp. I've got in > trouble with the commandline args because I had a typo in the > commandline args which caused the VistaSystem to set vista.ini as > displayini file. But when I use all commanline args correctly they get > parsed out of the argv vector by the VisaApplication and the default > for the empty parameterlist in VistaSystem is, that the displayini > file is vista_display.ini. > > In my eyes this behavior is very confusing cause I would expect, the > same default values independent from what I enter in the commandline - > except when I give an explicit value. > > What do you think about this behavior? Hi Gerrit, the behavior you observe should have nothing to do with a default value assumed by ViSTA (the string "vista_display.ini" is not contained in the kernel sources at all). Could you post the contents of the vista.ini file you are actually using? Could it be that in there, you have something like [SYSTEM] DISPLAYINI = vista_display.ini ? Also, please post the relevant code lines from VisaApplication which parse out of the argv vector and call VistaSystem::Init(). Regards, Patric -- Patric Schmitz, MaTA, B.Sc. Virtual Reality Group, RWTH Aachen University Lehrstuhl für Informatik 12 (Hochleistungsrechnen) Immersive Visualization Services Rechen- und Kommunikationszentrum Seffenter Weg 23, 52074 Aachen Tel. +49 241 80-24893 Email sc...@vr... URL www.vr.rwth-aachen.de |