Hi,
Borland C++ 5.5 isn't working.:@
Test file Hello.c
#include <stdio.h>
int main(void)
{
printf("Hello world!\n");
return 0;
}
Output :
C:\Users\Administrator\Documents>bcc32 Hello.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Hello.c:
Error E2209 Hello.c 1: Unable to open include file 'stdio.h'
Warning W8065 Hello.c 5: Call to function 'printf' with no prototype in function main
*** 1 errors in Compile ***
:-O
I have already made the bcc32.cfg & ilink.cfg with these configs
bcc32.cfg
-I"c:\Borland\BCC55\include"
-L"c:\Borland\BCC55\lib"
ilink32.cfg
-L"c:\Borland\BCC55\lib"
:confused:
It's Urgent !!! Please help me !!.
:'(
Thanks in Advance.