Download Latest Version IstiChartLib.zip (6.0 MB)
Email in envelope

Get an email when there's a new version of istiChartLib

Home
Name Modified Size InfoDownloads / Week
IstiChartLib.zip 2016-12-23 6.0 MB
IstiChartLib_Linux.tar.gz 2016-01-28 2.8 MB
readme.txt 2016-01-26 1.8 kB
Totals: 3 Items   8.8 MB 0
!!!Important
password: firagiel

IstiChartLib
------------------------------------------
This is a simple c++ charting library for wxWidgets library.

Prerequisite:
wxWidgets, compiled with option wxGraphicsContext=1

The file includes compiled binary files *.lib for VisualStudio 2015 and *.a for MINGW32 (TDM-GCC 4.8.1-3).


How to recompile to another version of compilers:
------------------------------------------------

For Visual Studio:
- Open IstiChartLib\IstiChartLib.sln in Visual Studio
- Correct the path of wxWidgets library
  Menu Project->Properties->VC++ Directories->Include Directories 	>>>> add c:\pathto\wxWidgets
  Menu Project->Properties->VC++ Directories->Library Directories 	>>>> add c:\pathto\wxWidgets\lib\vc_lib
  Do for both Debug and Release configuration
- Rebuild, for both Debug and Release

For MINGW32 (gcc):
- Open IstiChartLib\IstiChartLib.cbp in CodeBlocks
- Correct the path of wxWidgets library
  Project->Build Option->IstiChartLib->Search Directories->Compiler 	>>>> add c:\pathto\wxWidgets
  Project->Build Option->Debug->Search Directories->Compiler 		>>>> add c:\pathto\wxWidgets\lib\gcc_lib\mswud
  Project->Build Option->Debug->Search Directories->Linker 		>>>> add c:\pathto\wxWidgets\lib\gcc_lib
  Project->Build Option->Release->Search Directories->Compiler 		>>>> add c:\pathto\wxWidgets\lib\gcc_lib\mswu
  Project->Build Option->Release->Search Directories->Linker 		>>>> add c:\pathto\wxWidgets\lib\gcc_lib
- Rebuild, for both Debug and Release

To open sample project use the following files:
IstiChartDemo\IstiChartDemo.sln for Visual Studio or
IstiChartDemo\IstiChartDemo.cbp for CodeBlock

For detailed tutorial, please visit FIRAGIEL.COM


Regards,
Sugiyanto Suwono
sugi2undip@gmail.com
Source: readme.txt, updated 2016-01-26