Michael-Lfx / vrjuggler

Automatically exported from code.google.com/p/vrjuggler
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Enhancement Request: Intersense API driver search for isense shared library alongside the jconf #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be great if the Intersense API driver (and actually, more generally, 
any jconf-configured component that loads additional assets, like audio files 
for sonix) could look in the directory that contained the jconf loading it.  
Installing the dll on all machines in the search path isn't really a great 
option (and not an option for audio files), and absolute paths in the jconf 
files are liable to break easily.

Original issue reported on code.google.com by ryan.pav...@gmail.com on 24 Feb 2012 at 5:26

GoogleCodeExporter commented 8 years ago
Have you investigated the practicality of this enhancement? I can definitely 
see the value, but I am not sure how well it can be made to work with the 
current design. The first option that comes to mind is that every 
jccl::ConfigElement would have to know the path to the file from which it was 
loaded.

Original comment by patrick....@gmail.com on 11 Mar 2012 at 7:18