Visual studio 2010安装FLTK

Technorati 标签: C++

refer to the vedio tutorial: http://www.seriss.com/people/erco/fltk-videos

1.download the stable version FLTK-1.3

2.open the fltk.sln from the IDE folder, choose "Debug Cario" to Debug or Release configuration, otherwise , there will be error showing missing "cario-win32.h", because there is no third-party Cario. However, there will be some problems when choosing Debug configuration, so i chose the Release.

->build all

3. create the folder:D:\Program Files\FLTK-1.3

copy foler FL, lib and fluid.exe to the above folder.

4.add D:\Program Files\FLTK-1.3 and D:\Program Files\FLTK-1.3\lib to the Visual Studio option

5.add fltk.lib wsock32.lib comctl32.lib in the linker option, this is very important.

Hot links:

http://www.fltk.org/doc-1.3/examples.html#examples_label

http://seriss.com/people/erco/fltk/

http://www.ibm.com/developerworks/cn/linux/l-fltk/index.html

http://www.fltk.eu/#vrh   with many useful resources

http://phy19.phy.tcd.ie/fltk/   library for plotting numerical data

http://www.osc.edu/archive/FLU/#ScreenshotsDescription  FLTK Utility Widgets

http://yaroslav-v.chat.ru/

 

fltkd.lib;wsock32.lib;comctl32.lib;fltkjpegd.lib;fltkimagesd.lib;

posted @ 2011-06-13 16:11  念心  阅读(861)  评论(0编辑  收藏  举报