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&#39;, which means that the &quot;.rkt&quot; files will<br>also need to be distributed.<br>But then things work differently, it seems: compilation won&#39;t see paths<br>

declared with `define-runtime-path&#39; of dynamically required source files<br>(which is understandable).<br><br>So now, how do I make things work with `dynamic-require&#39; ?<br>Do all paths need to be defined as runtime-paths in my &quot;splash.rkt&quot;,<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 &quot;splash.rkt&quot;), and I&#39;m not sure how to handle that either.<br>

<br><br>Any hint is welcome,<br>Laurent<br>