aboutsummaryrefslogtreecommitdiff
path: root/Source/README.txt
diff options
context:
space:
mode:
authorJuha Vehviläinen <jusu@users.sourceforge.net>2002-10-23 18:19:13 +0000
committerJuha Vehviläinen <jusu@users.sourceforge.net>2002-10-23 18:19:13 +0000
commitd7a148c8fff7808822bb372f6d6e7c6c1da6a68a (patch)
tree697f88a795e95f12d22ed77ea983daef408d8095 /Source/README.txt
parent163a66302667158daef63e4a88a32002a5c1831a (diff)
*** empty log message ***
svn path=/trunk/Framestein/; revision=193
Diffstat (limited to 'Source/README.txt')
-rw-r--r--Source/README.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/Source/README.txt b/Source/README.txt
index 4037c52..dd13ea8 100644
--- a/Source/README.txt
+++ b/Source/README.txt
@@ -15,7 +15,7 @@ http://turbo.gamedev.net/delphix.asp
- Install TScanDir in Filez.pas (in this directory).
-- Correct your Search path and compile!
+- Correct your Search path and compile Framestein.dpr!
- Framestein needs ijl15.dll (included in Framestein-directory) to load/save jpegs
@@ -24,7 +24,6 @@ http://turbo.gamedev.net/delphix.asp
--- note to versions >= 0.27 ---
-
The photoshop filter host functionality is based on commercial code from http://www.case2000.com.
Due to my modifications the original component won't compile with Framestein and
I don't have the permission to release my modified version.
@@ -34,3 +33,11 @@ the implementation in pshostunit.pas.
I'm planning a .dll of my version of the component to rid of this problem.
Mail me for info.
+
+
+--- versions > 0.31:
+
+Framestein.dpr is the Delphi-project to use. FramesteinLib.dpr is an experimental
+project to compile Framestein as a Pure Data library, loaded with the -lib-parameter.
+This seems to give a better response, but still crashes when quitting Pd, so no binary
+is yet distributed.