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

Messages - youlq

#1
General Support / Re: Some dsp and resource files missed
November 01, 2007, 03:41:00 PM
Quote from: Victor Kirhenshtein on October 30, 2007, 09:28:34 AM
Icons attached. From tomorrow, they also should be in CVS snapshot: https://www.netxms.org/download/netxms-cvs.tar.gz
lld.dsp has no use in it's current condition, so you can just delete it from workspace.

Best regards,
Victor


THX!
#2
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 ? ???
#3
General Support / Re: Error while compile NetXMS
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
#4
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!