Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi, I get this link error when I

Status
Not open for further replies.

hou

IS-IT--Management
Jan 29, 2003
4
0
0
CA
Hi,

I get this link error when I try to get the UserName Property of tloginformadapter like this

void __fastcall TLoginPage::LoginFormAdapterBeforeExecuteAction(
TObject *Sender, TObject *Action, TStrings *Params, bool &Handled)
{


AnsiString m_strvar = LoginFormAdapter->UserName ;


}


[Linker Error] Unresolved external '__fastcall Webadapt::TCustomLoginFormAdapter::GetUserNameA()' referenced from C:\D\EMERGEAPPLICATION\LOGIN1703\LOGINUNIT.OBJ


Could someone help plz

thanks in advance
Hou
 
The obvious choice would be to look in the header file.

You have Not prototyped a function.
Or you Have prototyped a function that is Not there

Linker Error] Unresolved external '__fastcall Webadapt::TCustomLoginFormAdapter::GetUserNameA() ----------------------------------------
Friends are generally of the same sex, for when men and women agree,it is only in the conclusions; their reasons are always different.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top