NetXMS Support Forum

Development => Windows => Topic started by: antonyvasanth on November 17, 2008, 05:33:56 PM

Title: MSG Macro errors
Post by: antonyvasanth on November 17, 2008, 05:33:56 PM
Hi victor ,

Got the below macro errors . Kindly help me to resolve this.. thanks .


c:\documents and settings\user\desktop\netxms-0.2.22\netxms-0.2.22\src\nxhttpd\nxhttpd.cpp(249) : error C2065: 'MSG_WSASTARTUP_FAILED' : undeclared identifier
1>c:\documents and settings\user\desktop\netxms-0.2.22\netxms-0.2.22\src\nxhttpd\nxhttpd.cpp(256) : error C2065: 'MSG_NXCL_INIT_FAILED' : undeclared identifier
1>c:\documents and settings\user\desktop\netxms-0.2.22\netxms-0.2.22\src\nxhttpd\nxhttpd.cpp(301) : error C2065: 'MSG_NXHTTPD_STARTED' : undeclared identifier
Title: Re: MSG Macro errors
Post by: Victor Kirhenshtein on November 19, 2008, 12:28:10 PM
Hi!

Looks like you need to recompile messages.mc. Try to remove messages.h and MSG00001.bin and recompile project.

Best regards,
Victor