[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

Re: [XaraXtreme-dev] movie(s) path



Vasil Dimov wrote:
On Fri, Jun 30, 2006 at 08:39:13AM +0100, Alex Bligh wrote:
--On 30 June 2006 09:19 +0300 Vasil Dimov <vd@xxxxxxxxxxx> wrote:

Looking at wxOil/menucmds.cpp I see that the path where the .ogm movie
is expected to be is hardcoded. So I tried to invent something to be
able to configure this path at compile time. One possible way to do
this is to use this patch:
I think that's a better approach than having it hardcoded. Does binreloc
help with this? (though that's really an additional approach, rather
than addressing the underlying problem).


Sorry for the dumb question but what is binreloc? ;-)

A small bit of C code that allows the location of the application to be determined at boot time (see http://autopackage.org/docs/binreloc/). This allows the correct location for support files to determined.

   Luke