NetXMS Support Forum

English Support => General Support => Topic started by: youlq on October 28, 2007, 05:12:18 PM

Title: Error while compile NetXMS
Post by: youlq on October 28, 2007, 05:12:18 PM
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!
Title: Re: Error while compile NetXMS
Post by: youlq on October 29, 2007, 04:19:21 PM
It's OK now , just move windows sdk include dir up in the include files setting

Thanks again for the greate project ;D