watamario15 / gnuplot-wince

Windows CE only partial port of Gnuplot 4.4.3, forked from https://sourceforge.net/p/gnuplot/gnuplot-main/
Other
0 stars 0 forks source link

Gnuplot 4.4.3 for Windows CE Rev. 3

This is a Windows CE only partial port of Gnuplot 4.4.3. This port is as destructive as dropping the support for environments other than Windows CE SDK on Visual Studio 2005/2008, and implementing only basic features. This is a slight update incorporating some fixes and small improvements to the Rev. 1 made by Suguru Kawamoto.

How To Use

Download from Releases, extract it into a ASCII-only path (the top folder is recommended), and run wgnuplot.exe on your device. Notable things about this port follows:

Following features which were not available in Rev. 1, are still not supported:

How To Build

Use the .sln file located in vs2005/vs2008 on Visual Studio 2005/2008. "Smart Device Programability" and Toradex CE6 SDK must be installed to build this project.

License

My (watamario15's) modifications are provided as public domain. If you want more formal license, I will license my modifications under the terms of the CC0-1.0 license. However, this work is just a modification of another piece of software. Carefully read original documents (especially Copyright) and Suguru's readme before using this software.

My contact information can be obtained by invoking the git log command within the Git repository.


Gnuplot 4.4.3 for Windows CE Rev. 3

これは Windows CE 専用で部分的な Gnuplot 4.4.3 の移植版です。破壊的な移植なので、Visual Studio 2005/2008 上の Windows CE SDK のみに対応し、実装されている機能も最低限です。川本優氏の Rev. 1 に対し、修正や少しの改良を施した版となります。

実行方法

Releases からダウンロード・展開し、日本語などの非 ASCII 文字を含まない場所(最上層を推奨)に配置します。その後、wgnuplot.exe を直接起動します。日本語を含むパスに配置できない制約から アプリ フォルダに配置できないので、辞書アプリからの起動には対応しません。Explorer や ceOpener などを用いてください。この移植版には以下の性質があります。

Rev. 1 が対応しない以下の機能は、この版でも使用できません。

ビルド方法

Visual Studio 2005/2008 を用いて vs2005/vs2008 フォルダ内の .sln ファイルを開き、ビルドします。「スマート デバイス プログラマビリティ」と Toradex CE6 SDK が必須です。

ライセンス

私(watamario15)の変更分に関しては public domain とします。より正式なライセンスが必要な場合は CC0-1.0 でライセンスします。ただし、本ソフトウェアはあくまでも既存ソフトウェアへの修正に過ぎないことに注意し、元の Gnuplot の文書(特に Copyright)や川本氏の readme を必ず確認してください。

私への連絡先は、Git リポジトリ内で git log コマンドを打つことで取得できます。