Sorry to bump, but i have a problem - I think i did everything you've mentioned - installed both to default directories C\Program Files\Borland\BC55, similiar thing with relo.
Made the 2 .cfg files and copied them to both \bin and the BC55 folder. While writing just
<code>
#include <iostream.h>
#include <conio.h>
void main()
{
cout << "\n Hello World";
getch();
}
</code>
I got the following error :
Unresolved external 'WinMain' referenced from C:\Borland\BCC55\LIB\C0W32.OBJ
What am I doing wrong?