hyperic-sigar-1.6.4
VC2010
other APIs looks fine, but I got two errors:
1>systemInfo.obj : error LNK2019: unresolved external symbol "int __stdcall sigar_cpu_perc_calculate(struct sigar_cpu_t *,struct sigar_cpu_t *,struct sigar_cpu_perc_t *)" (?sigar_cpu_perc_calculate@@YGHPAUsigar_cpu_t@@0PAUsigar_cpu_perc_t@@@Z) referenced in function "public: struct SystemInfo::CpuStat & __thiscall SystemInfo::CpuStat::refresh(void)" (?refresh@CpuStat@SystemInfo@@QAEAAU12@XZ)
1>systemInfo.obj : error LNK2019: unresolved external symbol "int __stdcall sigar_net_address_to_string(struct sigar_t *,struct sigar_net_address_t *,char *)" (?sigar_net_address_to_string@@YGHPAUsigar_t@@PAUsigar_net_address_t@@PAD@Z) referenced in function "public: struct SystemInfo::NetInfo & __thiscall SystemInfo::NetInfo::init(void)" (?init@NetInfo@SystemInfo@@QAEAAU12@XZ)
1>
any suggestions?
thanks.