Thanks, good to know!

"Jimmy Cao" <jcao...@gmail.com> wrote in message 
news:mailman.179.1305439270.14074.digitalmar...@puremagic.com...
Write a .rc file, and compile it with rcc (from Digital Mars).
That gives you a .res file.

So, for example, let's say you want to embed yolk.zip into an exe.

First, write yolk.rc with one line:
300 RCDATA "yolk.zip"

Then run this:
rcc yolk.rc

Then do this:
dmd egg.d yolk.res

Then the egg.exe should have yolk.zip embedded.

Reply via email to