[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details

Compiling Proble with Rad Studio C++ 2010

Asked by Giampete in C++ Builder, C++ Programming Language, Microsoft Visual C++

Tags: Error Message

Am getting the following error message what do I need to do to resolve it?
[ILINK32 Error] Error: Unresolved external '_main' referenced from C:\PROGRAM FILES\EMBARCADERO\RAD STUDIO\7.0\LIB\C0X32.OBJ
[ILINK32 Error] Error: Unable to perform link
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
//---------------------------------------------------------------------------
 
#include <vcl.h>
#include<math.h>
#pragma hdrstop
 
#include "Concrete_Section01.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm1 *Form1;
//---------------------------------------------------------------------------
__fastcall TForm1::TForm1(TComponent* Owner)
	: TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall TForm1::SpeedButton1Click(TObject *Sender)
{
double m,b,dd,d,c,db,fc,as,asr,fy;
 
 
m=Umoment->Text.ToDouble();
b=Bwidth->Text.ToDouble();
dd=Ddepth->Text.ToDouble();
c=Cover->Text.ToDouble();
db=dbar->Text.ToDouble();
fc=Fconc->Text.ToDouble();
fy=Fy->Text.ToDouble();
 
 
d=dd-c-db;
asr=(1-pow((1-3e6*m/(b*pow(d,2)*fc)),0.5))/(1.2*(fy/(b*d*fc)));
Astr->Text=String(asr);
return;
 
 
 
}
//--------------------------
 
Related Solutions
Keywords: Compiling Proble with Rad Studio C++ …
 
Loading Advertisement...
 
[+][-]10/23/09 01:59 AM, ID: 25642431Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]10/23/09 01:59 AM, ID: 25642433Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]10/23/09 02:03 AM, ID: 25642468Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/23/09 02:30 AM, ID: 25642630Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92 - Hierarchy / EE_QW_3_20080625