2007/02/07

EclipseCon 2007 NAB プロジェクトセッション

EclipseCon 2007でNABプロジェクトに関するセッションを行います。

C++ GUI Builder for Mobile or Embedded devices

Mobile And Embedded トラック
3月6日火曜日 16:30, 50 minutes、 Grand Ballroom D

ぜひ、ご参加ください。
I'm speaking at EclipseCon 2007

NAB (Native Application Builder) project provides C++ GUI building environment. It can create the GUI application visually and it can generate C++ GUI source code automatically. Once the source code was generated, you can make binary code for multiple platforms including mobile and embedded devices, such as Windows, Linux, MacOS, and several real-time operating systems. Conceptually, this is similar to SWT and JFace but NAB tool was written in C++ and designed for use in C++ applications.

In this presentation and demonstration, if you are application developer then you can get the valuable information for new way to GUI development. And if you are tool developer then you can get the information of the way to implement the own GUI libraries including the information of the NAB API and framework.

At now, NAB project provides the plug-in for MWT run-time library distributed by WideStudio open source project. But we aim for an extensible framework for various libraries.

2007/01/04

NAB 0.9.6-1 リリース

NAB のバグフィックスリリース 0.9.6-1 を公開しました。
http://www.eclipse.org/dsdp/nab/jp/downloads.php

MWTライブラリーのバージョンアップに伴う変更です。NABの変更点はありません。

2006/10/31

日本語ユーザーズガイド公開

日本語のユーザーズガイドをWEB上で公開しました。
http://www.eclipse.org/dsdp/nab/jp/users-guide/

ダウンロード版は以下にあります。
http://www.eclipse.org/dsdp/nab/jp/downloads.php

ドキュメントは形式的に 0.9.5 のバージョン番号を振ってありますが、内容は最新の 0.9.6 でも共通です。

NAB 0.9.6 リリース

NAB のバグフィックスリリース 0.9.6 を公開しました。
http://www.eclipse.org/dsdp/nab/jp/downloads.php

このリリースでは以下の点を修正しました。
  • ウィンドウが export されない場合があった
    • イベントプロシージャからウィンドウインスタンスに対してグローバルシンボルとしてアクセスできない場合があった。
  • スタティックリンクの指定ができる用になった
    • コンパイル時のオブジェクトの形式指定ができなかった
  • ウィンドウ用のヘッダーファイルが生成するようになった
  • SJISプロジェクトでのコンパイルエラー時にテンポラリソースが開かれてしまっていた
    • SJIS のソースファイルで特定の漢字コードでコンパイルエラーとなるのを防ぐため、フィルタを通してテンポラリファイルを作成しコンパイルしていますが、コンパイルエラーが発生した場合にテンポラリがオープンされていました。
  • wsbuilder で指定された外部ソースが、NABのクリーンで消されてしまうトラブルの修正

2006/10/25

NAB プロジェクト blog を開設

NAB (Native Application Builder) プロジェクトのBlogを開設しました。

DSDP に属するサブプロジェクトでは、各プロジェクトリード(リーダ)がBlogを開設するということになりました。NABは日本発ということでとりあえず日本語でBlogすることにします。

今後は情報公開などに使っていく予定です。