... | ... | @@ -8,7 +8,9 @@ |
|
|
|
|
|
# 准备工作
|
|
|
|
|
|
要为TrafficMonitor开发插件,首先你必须要懂得如果编写C++程序,因为TrafficMonitor的插件提供的是C++的指接口。
|
|
|
要为TrafficMonitor开发插件,首先你必须要懂得如何编写C++程序,因为TrafficMonitor的插件提供的是C++的指接口。
|
|
|
|
|
|
虽然TrafficMonitor使用了MFC开发,但是这并不意味着TrafficMonitor的插件也一定要使用MFC。TrafficMonitor插件的接口中不包含任何界面库的类,因此,理论上你可以使用任何基于C++的界面库为TrafficMonitor开发插件。
|
|
|
|
|
|
# 开发步骤
|
|
|
|
... | ... | |