现在的位置: 首页 > 综合 > 正文

WINX-1.1.01 Released

2013年02月25日 ⁄ 综合 ⁄ 共 841字 ⁄ 字号 评论关闭
修订记录 1.1.01 (2006-10-14)
-----------------------------------------

*) 示范代码(tutorials)

- Hello, SmartWin! tutorials/winx/step001/hello,smartwin (a)
- XSL转换(XSLT) tutorials/winx/step018-xslt (b)
- 直方图均衡化(OpenCV样例) tutorials/opencv/step001-histgram (c)

*** 注意 ***

要编译标记了(a)的那些样例,你需要下载从sourceforge下载SmartWin++:
http://sourceforge.net/projects/smartwin/

并且让目录树看起来是这样的:

├─winx
│ └─include
├─wtl
│ └─include
└─smartwin
   ├─lib
   └─include

要编译标记了(b)的那些样例,并且你使用Visual C++ 6.0,你需要更新你的
平台SDK(Windows Platform SDK)。

你可以到http://sourceforge.net/projects/winx/下载winsdk.zip。
并且让目录树看起来是这样的:

├─winx
│ └─include
├─wtl
│ └─include
└─winsdk
   └─include

要编译标记了(c)的那些样例,你需要下载从sourceforge下载OpenCV:
http://sourceforge.net/projects/winx/
或者:
http://sourceforge.net/projects/opencv/

并且让目录树看起来是这样的:

├─winx
│ └─include
└─opencv
   ├─bin
   ├─lib
   └─include

*) WINX扩展组件

- msxml
XSL转换(XSLT)

- OpenCV
class CvWindowT, CvWindow, CvMainFrame

 

抱歉!评论已关闭.