From 4d64e4cd434426234a5c313c151cd79b6afc299e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Sat, 6 Jul 2002 17:50:18 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=27 --- Source/README.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Source/README.txt (limited to 'Source/README.txt') diff --git a/Source/README.txt b/Source/README.txt new file mode 100644 index 0000000..4037c52 --- /dev/null +++ b/Source/README.txt @@ -0,0 +1,36 @@ +To compile: + + +- Install DelphiX by Hiroyuki Hori, http://www.yks.ne.jp/~hori/ + +The above link doesn't always work, try these: + +http://turbo.gamedev.net/DelphiX2000_0717a.zip +http://turbo.gamedev.net/delphix.asp + + +- Install FastLib by G-Soft, http://gfody.com + + +- Install TScanDir in Filez.pas (in this directory). + + +- Correct your Search path and compile! + + +- Framestein needs ijl15.dll (included in Framestein-directory) to load/save jpegs + and to send jpeg-compressed frames thru network. + + +--- 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. + +To compile Fs without the PSHost, ignore errors on C2PhotoShopHost, and comment out +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. -- cgit v1.2.1