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!

overloading form Constructor

Status
Not open for further replies.

LoneRanger123

Programmer
Dec 19, 2000
62
0
0
GB
I want to overload a forms constructor, but I also want to access the forms Controls and Values, but if I use it it says its undefined, also if I comment them out it says my second Constructor, when it is called is
[Linker Error] Unresolved external '__fastcall TForm2::TForm2(Classes::TComponent *, System::AnsiString, System::AnsiString, int, System::AnsiString)' referenced from D:\C++\CLANMAN\UNIT1.OBJ.

even tho the constructor is defined in the header Public: list and the code is there, with those Vars Defined.


any ideas on how I do this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top