building for standalone...

Julien Bayle's icon

my patch is ok
it works fine

it uses a database included in the folder of my patch, some txt files for confguration & the path of "thispatcher"

how can I proceed to build a safe standalone?
including txt files isn't the solution because I want to be able to modify them after (I don't want them inside the .mxf)
about the path? how can it work?

all infos would be appreciated !

julien

Julien Bayle's icon

just another note:
I want to send specific path to my objects.

inside an application, if I use a path like that "/folder1/text.txt", is it correct ???
I especially use JS which I built to be feeded by an absolute path (but a relative could be fine too)

any ideas?

Nikolas K's icon

hi Julien,
for standalones i find the "; max sendapppath" message useful. it gives you the path of the standalone application, it is not helpful when still patching!

Nikolas

Julien Bayle's icon

yes but it can be implemented as the patching time and "become" useful when compiling standalone & using the .exe

thanks a lot Nikolas, it will help in a few minutes directly!