Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - youlq

#1
General Support / Some dsp and resource files missed
October 30, 2007, 06:37:26 AM
when I open netxms.dsw use vs6.0 , it prompt some dsp files missed , listed below:
lld.dsp

and after open the workspace , some resource files missed too ,such as :
project nxcon:
icons\next.ico
icons\find.ico


Where to find these files ? ???
#2
General Support / Error while compile NetXMS
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!