Computer Science Canada Is there any way to compile music into an .exe file? |
Author: | pinkbob [ Sat Oct 06, 2007 9:58 am ] |
Post subject: | Is there any way to compile music into an .exe file? |
I want to compile an mp3 file into my program. |
Author: | rdrake [ Sat Oct 06, 2007 11:17 am ] |
Post subject: | RE:Is there any way to compile music into an .exe file? |
Not in Turing. Closest thing you can get is creating an installer (which is an executable) that will extract to a certain directory. |
Author: | shadowman571 [ Sat Oct 06, 2007 4:57 pm ] |
Post subject: | Re: RE:Is there any way to compile music into an .exe file? |
rdrake @ Sat Oct 06, 2007 11:17 am wrote: Not in Turing. Closest thing you can get is creating an installer (which is an executable) that will extract to a certain directory.
can you explain that more in depth i would like to know about this as well |
Author: | rdrake [ Sat Oct 06, 2007 7:46 pm ] |
Post subject: | RE:Is there any way to compile music into an .exe file? |
This site appears to have an application which will do what I mentioned. |
Author: | ShadowBeast [ Fri Nov 02, 2007 9:44 am ] |
Post subject: | Re: Is there any way to compile music into an .exe file? |
you can try to finish the program in turing (and have external image files) and than pack it with some kind of exe packer, it should work, though i never tested anything like that.(google for all kinds of packers) |