[racket] making a windows exe file
On Fri, May 10, 2013 at 7:25 PM, Kejia柯嘉 <w.kejia at gmail.com> wrote:
> hi,
>
> i build my racket program to win7 execution file, but it needs some
> dll on another win7 machine: cannot load dll libracket3m_8bh3lk.dll.
> how can i build a standalone distribution program include all
> dependencies for my case?
You must generate the executable selecting "Distribution (to install
on other machines)".
If you did this and it does not work, then it must be a bug, AFAIK.