MSG Macro errors

Started by antonyvasanth, November 17, 2008, 05:33:56 PM

Previous topic - Next topic

antonyvasanth

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

Victor Kirhenshtein

Hi!

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

Best regards,
Victor