Hi all,<br><br>Previously I was using runtime-paths for all images, docs, <br>and files that I used in some project, so that once it is compiled,<br>everything works fine, all files are correctly included in the distribution.<br>
<br>But now I want to use the framework/splash lib, which needs my code<br>to be required by `dynamic-require', which means that the ".rkt" files will<br>also need to be distributed.<br>But then things work differently, it seems: compilation won't see paths<br>
declared with `define-runtime-path' of dynamically required source files<br>(which is understandable).<br><br>So now, how do I make things work with `dynamic-require' ?<br>Do all paths need to be defined as runtime-paths in my "splash.rkt",<br>
to use only normal relative paths in dynamically required files?<br>Or can I get completely rid of runtime-path?<br><br>Also, the dynamically required files require planet packages (that are <br>not in my "splash.rkt"), and I'm not sure how to handle that either.<br>
<br><br>Any hint is welcome,<br>Laurent<br>