
-----------------------------------
Lazarus
Wed Jun 01, 2005 6:32 pm

Moduals and executables.
-----------------------------------
I wrote a program, which uses moduals, will these moduals run on another computer without turing even if I make this a stand-alone program?

-----------------------------------
Cervantes
Wed Jun 01, 2005 6:44 pm


-----------------------------------
If you make something a standalone, it will take everything that it needs (modules, classes, included files) and make an .exe out of all that.  Thus, it will run on any computer, even if that computer does not have Turing to work with the classes/modules, even if that computer does not have the classes/modules.

-----------------------------------
Lazarus
Wed Jun 01, 2005 8:24 pm


-----------------------------------
But will it take images and music files aswell?

-----------------------------------
GlobeTrotter
Wed Jun 01, 2005 8:44 pm


-----------------------------------
nope

-----------------------------------
[Gandalf]
Wed Jun 01, 2005 9:28 pm


-----------------------------------
No, you need to include the music and pictures seperate from the .exe beacuse Turing doesn pack them in.
