head	1.6;
access;
symbols;
locks
	root:1.6; strict;
comment	@# @;


1.6
date	2010.03.30.01.21.20;	author root;	state Exp;
branches;
next	1.5;

1.5
date	2010.01.20.02.03.54;	author root;	state Exp;
branches;
next	1.4;

1.4
date	2009.12.01.05.40.32;	author root;	state Exp;
branches;
next	1.3;

1.3
date	2009.11.27.03.07.04;	author root;	state Exp;
branches;
next	1.2;

1.2
date	2009.11.27.03.06.47;	author root;	state Exp;
branches;
next	1.1;

1.1
date	2009.11.24.02.09.37;	author root;	state Exp;
branches;
next	;


desc
@/opt/nforge/var/wiki/easylogiclib/data/text/WINBINDER_ed_99_98_ea_b2_bd_ec_84_a4_ec_a0_95
@


1.6
log
@124.111.236.22;;cyberuls easylogic ;;
@
text
@[[TableOfContents]]

= PHP Install = 
 * homepage : [http://www.php.net www.php.net]
 * download : [http://kr2.php.net/get/php-5.2.6-win32-installer.msi/from/a/mirror php download]  
 * 다운로드 받아서 설치해주세요.  

= Winbinder Install =
 * homepage : [http://www.winbinder.org www.winbinder.org]
 * download : php 5.2.x 버전이후 사용 dll ,  [http://winbinder.org/files/wb_vers_46.189_dlls.zip winbinder dll download]
  * 5.3.1 버전 다운로드 : [http://swiftlytilting.com/downloads/WinBinder-0.46.191_for_php531.zip]
 * 다운로드 받아서 압축을 풀고 PHP-5.2.0 디렉토리에 있는 php_winbinder.dll 을 php 설치 디렉토리의 ext 안으로 복사해주세요. 
 * php.ini 파일에 extension=php_winbinder.dll 추가 해주시구여. 

== WinBinder 관련 괜찮은 사이트 ==
 * http://wiki.uniformserver.com/index.php/PHP_WinBinder_2:_Introduction

= Winbinder PHP 관련 파일 인클루드 = 
 * download : [http://winbinder.org/files/WinBinder-0.46.0.zip winbinder php 관련파일 다운로드]
 * 압축을 푼 후에 phpcode/include 디렉토리에 있는 4가지 파일을 실행시킬 php 있는 곳에 둡니다. 
  wb_generic.php, wb_resources.inc.php, wb_windows.inc.php, winbinder.php 
 * winbinder.php 를 include 해서 사용해주세요.

 * 위의 4가지 파일들은 php_winbinder.dll 자체에서 제공하지 않는 여러가지 부가함수들을 포함하고 있어서 필수로 include 를 하고 시작해야합니다.


= Winbinder PHP 관련 파일 인클루드 2번째 = 
 * winbinder에서 bmp 이외의 이미지 관련 작업을 할려면 FreeImage 라는 라이브러리가 필요합니다. 
 * fi/freeimage.inc.php 을 include 해서 image 관련 함수들을  실행합니다. 
 * Free Image download : [http://freeimage.sourceforge.net freeimage.sourceforge.net]
 * 다운로드 받은 파일 압축풀고 Dist 디렉토리에 있는 FreeImage.dll 을 php 설치 디렉토리의 ext/ 에 복사해주세요.

= phpCompile 과 exe 파일 생성 = 

 * phpCompile 다운로드 및 소개 : http://interviolet.com/downloads.aspx
 * exe 파일 생성 예제 
{{{
..\phpCompile\phpCompile.exe -o GridLayout.exe -m D:\Project\easylogic\script\GridLayout.phpw -w -I D:\Project\easylogic\uselib -b  *.php -i *.ini -u
}}}

* easylogic lib 을 모두 컴파일 하기 때문에 덩치가 좀 많이 커지네요. ^^;;;
@


1.5
log
@124.111.236.22;;cyberuls easylogic ;;
@
text
@d15 3
@


1.4
log
@118.219.84.10;;cyberuls easylogic ;;
@
text
@d11 1
@


1.3
log
@118.219.84.10;;cyberuls easylogic ;;
@
text
@d33 1
a33 1
<code>
d35 1
a35 1
</code>
@


1.2
log
@118.219.84.10;;cyberuls easylogic ;;
@
text
@d1 1
@


1.1
log
@118.219.84.10;;cyberuls easylogic ;;
@
text
@d1 1
d3 3
a5 3
* homepage : [http://www.php.net www.php.net]
* download : [http://kr2.php.net/get/php-5.2.6-win32-installer.msi/from/a/mirror php download]  
* 다운로드 받아서 설치해주세요.  
d8 4
a11 4
* homepage : [http://www.winbinder.org www.winbinder.org]
* download : php 5.2.x 버전이후 사용 dll ,  [http://winbinder.org/files/wb_vers_46.189_dlls.zip winbinder dll download]
* 다운로드 받아서 압축을 풀고 PHP-5.2.0 디렉토리에 있는 php_winbinder.dll 을 php 설치 디렉토리의 ext 안으로 복사해주세요. 
* php.ini 파일에 extension=php_winbinder.dll 추가 해주시구여. 
d14 4
a17 4
* download : [http://winbinder.org/files/WinBinder-0.46.0.zip winbinder php 관련파일 다운로드]
* 압축을 푼 후에 phpcode/include 디렉토리에 있는 4가지 파일을 실행시킬 php 있는 곳에 둡니다. 
 wb_generic.php, wb_resources.inc.php, wb_windows.inc.php, winbinder.php 
* winbinder.php 를 include 해서 사용해주세요.
d19 1
a19 1
* 위의 4가지 파일들은 php_winbinder.dll 자체에서 제공하지 않는 여러가지 부가함수들을 포함하고 있어서 필수로 include 를 하고 시작해야합니다.
d23 4
a26 4
* winbinder에서 bmp 이외의 이미지 관련 작업을 할려면 FreeImage 라는 라이브러리가 필요합니다. 
* fi/freeimage.inc.php 을 include 해서 image 관련 함수들을  실행합니다. 
* Free Image download : [http://freeimage.sourceforge.net freeimage.sourceforge.net]
* 다운로드 받은 파일 압축풀고 Dist 디렉토리에 있는 FreeImage.dll 을 php 설치 디렉토리의 ext/ 에 복사해주세요.
d30 2
a31 2
* phpCompile 다운로드 및 소개 : http://interviolet.com/downloads.aspx
* exe 파일 생성 예제 
d33 1
a33 1
..\phpCompile\phpCompile.exe -o GridLayout.exe -m D:\Project\easylogic\script\GridLayout.phpw -w -I D:\Project\easylogic\uselib -b *.php -i *.ini -u
@
