NetXMS Support Forum

Development => Windows => Topic started by: DA_TN on May 18, 2008, 04:43:59 PM

Title: Can't open NetXMS workspace file.
Post by: DA_TN on May 18, 2008, 04:43:59 PM
Someone can help me?
When I open any .dsw or .dsp file in NetXMS, VC++ 6.0 can't load any information about that project.
Sorry for my english.
Thanks!
Title: Re: Can't open NetXMS workspace file.
Post by: Victor Kirhenshtein on May 18, 2008, 06:15:35 PM
Hello!

I suggest to use netxms.dsw located in the root of source package. You also should use latest service pack for VC++ - SP6. If this doesn't help, please post a screenshot with error messages.

Best regards,
Victor


Title: Re: Can't open NetXMS workspace file.
Post by: DA_TN on May 19, 2008, 05:35:43 PM
Thanks for your help, Victor!
I try to use VS6.0 with SP6, it work ok when I open other project but with NetXMS is not. No error message when open NetXMS.dsw but it don't work.
When I create empty workspace then insert project (nxhttp.dsp) into it,
and if compile project, it generate error:
NMAKE : fatal error U1052: file 'nxhttpd.mak' not found
Stop.
Error executing NMAKE.


Sorry for my english!
Thanks!
Title: Re: Can't open NetXMS workspace file.
Post by: Victor Kirhenshtein on May 19, 2008, 06:43:37 PM
I just check it, and it looks like all .dsp and .dsw files in source package are broken - all CR/LF pairs changed to single LF characters, most likely because we create source packages on UNIX. I'll fix it and create an updated source package.

Best regards,
Victor