Moduals and executables.
Author |
Message |
Lazarus
|
Posted: Wed Jun 01, 2005 6:32 pm Post subject: 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? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Cervantes
|
Posted: Wed Jun 01, 2005 6:44 pm Post subject: (No subject) |
|
|
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
|
Posted: Wed Jun 01, 2005 8:24 pm Post subject: (No subject) |
|
|
But will it take images and music files aswell? |
|
|
|
|
|
GlobeTrotter
|
Posted: Wed Jun 01, 2005 8:44 pm Post subject: (No subject) |
|
|
nope |
|
|
|
|
|
[Gandalf]
|
Posted: Wed Jun 01, 2005 9:28 pm Post subject: (No subject) |
|
|
No, you need to include the music and pictures seperate from the .exe beacuse Turing doesn pack them in. |
|
|
|
|
|
|
|