Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

ANN: XFT (Lite) Library Release

Jugoslav_Dujic
Valued Contributor II
466 Views
I'd like to announce first release of XFT Library for CVF.

XFT library is a set of modules which wrap some of Win32 functionality most used for building GUIs. It is a free, open source resource. The goal of XFT is to provide a free and easy-to-use tool for building Win32 GUIs.

XFT comes in two flavors: "Lite" and "Full". "Lite" version consists of a limited set of modules which present useful handy functions in any kind of application without additional overhead.

Currently, two modules are provided in "Lite" flavor: XFTGDI, dealing with drawing functions, and XFTFile, covering common Windows Open/Save/Browse dialogs. Lite version is downloadable from my home page:
http://www.geocities.com/jdujic/fortran/xft/xfthome.htm.
It is accompanied with a sample application and documentation in .chm format.

Full version will be released as soon as documentation is complete.

Jugoslav
0 Kudos
2 Replies
Intel_C_Intel
Employee
466 Views
Jugoslav,

I've just downloaded the library files (with no problem). Looks great. Many thanks.

Artur
0 Kudos
Jugoslav_Dujic
Valued Contributor II
466 Views
The current version of XFT, uploaded today, is 1.0 RC3 (includes many bug fixes, but I'm not yet brave enough to call it "final"). You may be interested in new samples as well (XGraph, which is simple expression evaluator/plotterand QW_XFT, illustrating overriding QuickWin drawing in child windows).
Jugoslav
0 Kudos
Reply