ADP
Programming Language ADP

Japanese

Sourceforge.net

SourceForge.JP

Loading

Download and Install

Latest release

You can download binaries, samples, and source files from the links below.

Download
You can download the following binary is Ver0.85.
-Centos6.4 (32bit / 64bit)
-Centos5.9 (32bit / 64bit)
-Windows 7 or later (32bit / 64bit)
-Mac OS X 10.8 Mountain Lion (64bit)

Download samples

The following is a sample ADP code described in this WEB page.

Download
The name of 'adp_sample_???' is the sample archive.

Install

=== Requirements for Linux ===
The following develop packages need to be installed.
UnixODBC
OpenSSL
boost_regex

=== Requirements for Mac OS X ===
The following develop packages need to be installed.
UnixODBC
boost_regex


=== Quick start for Linux and MAC OS X ===
$ sh configure
$ make
$ sudo make install

=== Quick start for Windows ===
Please copy the downloaded adp.exe file to the directory indicated by the environment variable PATH.

=== Compile for Windows ===
There is a solution file of Visual Stduio 2008.
It compiles using it.
The 32-bit version and the 64-bit version can be created.

Boost compiled by "_SECURE_SCL=0" "_HAS_ITERATOR_DEBUGGING=0" needs
to be installed beforehand.

----------------------------------------------------------------------------
rem compile instruction for Boost(boost-1_45)
rem 32bit
bjam -a toolset=msvc-9.0 threading=multi link=static runtime-link=static define=_SECURE_SCL=0 define=_HAS_ITERATOR_DEBUGGING=0
rem 64bit
bjam -a toolset=msvc-9.0 threading=multi link=static runtime-link=static define=_SECURE_SCL=0 define=_HAS_ITERATOR_DEBUGGING=0 address-model=64
----------------------------------------------------------------------------

AWP in the Apache configuration

This section describes extensions awp and optionally cgi to make it work as a script on apache web server.

1. Specify ExecCGI Option directives
2. Specify 'cgi-script .awp' AddHandler
3. specify the index.awp directory index

Examples

    <Directory "/var/www/html">
        Options FollowSymLinks ExecCGi +Includes
        DirectoryIndex index.html index.php index.awp
        AddHandler  cgi-script .awp
	AddHandler  cgi-script .cgi
	AllowOverride None
	Order allow,deny
	Allow from all
    </Directory>

Powered by ADP.