Hello there. I am having problem to link a file after compilation. I am using VC++ 6.0 to compile and link a file, but it gave me an error message "response line too long". What's going no to my VC++ 6.0? Even just a simple program like:
#include <stdio.h>
main()
{
printf("Hello\n"
return 0;
}
also cannot be linked. Please help, thank you.
#include <stdio.h>
main()
{
printf("Hello\n"
return 0;
}
also cannot be linked. Please help, thank you.