Subj : getting started with c++ builder x To : borland.public.cpp.borlandcpp From : Robbin Boston Date : Thu Sep 23 2004 11:40 am I have some old c code that I want to get running using c++ builder/x. The first program that I tried was a simple one to display variables in different modes - hex, octal, etc. I got the following message when I tried to run the program: ilink32 -D -Tpe -x -Gn -v -LC:\CBuilderX\lib c0w32.obj "windows\Debug_Build\Documents and Settings\Robbin Boston\My Documents\C Programs\Week02\PROG02A.obj","C:\Documents and Settings\Robbin Boston\My Documents\C Programs\Test02\windows\Debug_Build\test001a.exe",,cw32.lib import32.lib,, Turbo Incremental Link 5.65 Copyright (c) 1997-2002 Borland Error: Unresolved external 'WinMain' referenced from C:\CBUILDERX\LIB\C0W32.OBJ ILINK32 exited with error code: 2 Build cancelled due to errors the programsincludes are: stdio.h float.h stdlib.h thanks in advance for the help .