aboutsummaryrefslogtreecommitdiff
path: root/Source/README.txt
diff options
context:
space:
mode:
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.