P
patrick
beginner trying to compile this simple program in Vide with bcc32 compiler.
I get this when I try to build.
! Error: Unresolved external 'WinMain' referenced from
C:\BORLAND\BCC55\LIB\C0W32.OBJ
what could the problem be ??
#include <stdio.h>
void main()
{
char name[20];
char color[20];
printf("what is your name?");
}
I get this when I try to build.
! Error: Unresolved external 'WinMain' referenced from
C:\BORLAND\BCC55\LIB\C0W32.OBJ
what could the problem be ??
#include <stdio.h>
void main()
{
char name[20];
char color[20];
printf("what is your name?");
}