We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello forum: I have the evaluation board MCB167-NET and I'm using the easyweb program to serve some web pages. The original example has only one web page, but I have added to this three more pages. The problem is that, one of this pages is too long, and I can't build the target because Keil says the unsigned char Webside[]=... is too long,concretely is longer then 4K.I have changed many things, long instead of char, the memory options of the board, the memory reserves for the monitor but nothing. Has anybody a solution or and idea of my problem??? Thank you. Sergio.
What is the exact error message you are getting? Stefan
You ask me about the exact mensage?? Well, the exact mensage is: "string too long (4096:4096)" I thing that the string is longer than 4K (4096) but, I don't believe that I won't be able to put a longer string, this string is short¡¡¡ Thank you