主题:请大家帮忙啊!
请大家帮忙啊!
我做的是网络管理软件,各个功能的组件已经有代码了编好成一个独立的程序,
现在我想通过一个主菜单将各组件连在一起,主菜单已经完成,在菜单中各组
件对话框的已经按原有的形状设计好,现在准备加入已有的代码,但是出现很
多问题!
现在想问怎样加入代码???????
诚恳各位帮手,无限感激!!!!!!!!
出现问题:
error C2143: syntax error : missing ';' before '*'
error C2501: 'CLineChart' : missing storage-class or type specifiers
error C2501: 'pChart' : missing storage-class or type specifiers
error C2146: syntax error : missing ';' before identifier 'm_snmp'
error C2501: 'MyStringArray' : missing storage-class or type specifiers
error C2501: 'm_snmp' : missing storage-class or type specifiers
......
上网查过有说缺头文件,但是我怎样也解决不了!
我做的是网络管理软件,各个功能的组件已经有代码了编好成一个独立的程序,
现在我想通过一个主菜单将各组件连在一起,主菜单已经完成,在菜单中各组
件对话框的已经按原有的形状设计好,现在准备加入已有的代码,但是出现很
多问题!
现在想问怎样加入代码???????
诚恳各位帮手,无限感激!!!!!!!!
出现问题:
error C2143: syntax error : missing ';' before '*'
error C2501: 'CLineChart' : missing storage-class or type specifiers
error C2501: 'pChart' : missing storage-class or type specifiers
error C2146: syntax error : missing ';' before identifier 'm_snmp'
error C2501: 'MyStringArray' : missing storage-class or type specifiers
error C2501: 'm_snmp' : missing storage-class or type specifiers
......
上网查过有说缺头文件,但是我怎样也解决不了!