News:

We really need your input in this questionnaire

Main Menu

Error while compile NetXMS

Started by youlq, October 28, 2007, 05:12:18 PM

Previous topic - Next topic

youlq

my entironment:
VC6.0
netxms-0.2.19

vc workspace: netxms-0.2.19\src\console\win32\nxcon.dsw

Error:
1.some ico missed in path "netxms-0.2.19\src\console\win32\icons" :next.ico,find.ico ...
2.when build ,some error occur:
------------------------------
--------------------Configuration: nxcon - Win32 Release UNICODE--------------------
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ActionEditor.cpp
..\..\..\include\nxcpapi.h(209) : error C2143: syntax error : missing ',' before '*'
..\..\..\include\nxcpapi.h(209) : error C2059: syntax error : '*'
..\..\..\include\../src/console/nxuilib/LoginDialog.h(18) : error C2143: syntax error : missing ';' before '*'
..\..\..\include\../src/console/nxuilib/LoginDialog.h(18) : error C2501: 'pCert' : missing storage-class or type specifiers
H:\_NMS\NetXMS\netxms-0.2.19\src\console\win32\globals.h(270) : error C2143: syntax error : missing ',' before '*'
H:\_NMS\NetXMS\netxms-0.2.19\src\console\win32\globals.h(270) : error C2059: syntax error : '*'
ActionSelDlg.cpp
------------------------------

Can someone please tell me how to compile the entire project under windows ?

And thanks the NetXMS builders for the greate project!

youlq

It's OK now , just move windows sdk include dir up in the include files setting

Thanks again for the greate project ;D