Here is the problem:
Since there was a change in the code skeleton I was given, I had to somewhat modify my already-written codes to suit that minor change. Vast majority of the codes were still the same, so created a file with the same name and copy-paste the codes over, but now I received a very strange error:
error C2220: warning treated as error - no 'object' file generated
This error led me to this line of code:
new_message->message = malloc((int)strlen(s)+1);
Can any one help me please?
Thanks