Can anybody help me to fix this thing. I am trying to use Borland C++BuilderX V1.0 to run a program called application1. But every time, when I trying to click the "Run Project" button, I also get a message saying " Application1.exe has encountered a problem and needs to close." The message you normally get from windowsXP when your application crashes.
Then I tried the debugger, it too doesn't start but instead, I get warning message:"Windows - Application error
The application failed to initialise properly (0xc000007b). click on ok to terminate the application." Even the most simple program like:
#include <stdio.h>
int main()
{
printf("Hello World");
return 0;
}
couldn't start. Can anybody tell me how I fix this?
Then I tried the debugger, it too doesn't start but instead, I get warning message:"Windows - Application error
The application failed to initialise properly (0xc000007b). click on ok to terminate the application." Even the most simple program like:
#include <stdio.h>
int main()
{
printf("Hello World");
return 0;
}
couldn't start. Can anybody tell me how I fix this?