|
|
|
|
|
by candiodari
1184 days ago
|
|
Of course Visual Basic 2.0 and Delphi 1.0 both had embeddable filesystems. Even updateable embedded filesystems (which worked because the exe would really be a zip files. Zip files are indexed from the end of the file. So you can prepend the actual executable code and that would work. Zip files are updateable ...) I believe after a while you also had sqlite-inside-the-exe things. |
|