Forum > General

How use files from ".lrs"

(1/1)

The_Genaro:
Hi everybody!!!!

can I read and use ogg files a dll from lazarus source file (.lrs)?

i create  "thinks.lrs", inside them:
sdl.dll
sdl_mixer.dll
music.ogg
libvorbisfile-3.dll
libvorbis-0.dll
libogg-0.dll

 %)
I want just one "exe"  what can i do?  :-\

thanx!!!

eny:
It's not that difficult to create 1 exe file; maybe the wiki chapter on resources is of help.
However at runtime you will have to extract your dll's and load them from disk anyway.
That's the way Window$ works.
Although I've read somewhere that by replicating portions of the LoadLibrary API function you should be able to load them from memory directly. I'm not sure if it's worth the trouble.

Navigation

[0] Message Index

Go to full version