Home > Back-end >  CreateForm (__classid (TMainForm), & MainForm)
CreateForm (__classid (TMainForm), & MainForm)

Time:10-14

Application - & gt; The Initialize ();
Application - & gt; Title="COPS Billing Administration";
Application - & gt; CreateForm (__classid (TMainForm), & amp; MainForm);

Finally a method of compile-time errors,
[ilink32 Error] Error: Unresolved external '_MainForm referenced from C: \ CPP \ COPS \ SOURCE \ \ Windows \ BILLINGADMIN UI \ PROJECTS \ DEBUG_BUILD \ BILLADMIN OBJ
[ilink32 Error] Error: Unresolved external 'TMainForm: :' referenced from C: \ CPP \ COPS \ SOURCE \ \ Windows \ BILLINGADMIN UI \ PROJECTS \ DEBUG_BUILD \ BILLADMIN OBJ
[ilink32 Error] Error: Unable to perform the link

Dear friends know what's the problem?

CodePudding user response:

Don't know link MainForm and TMainForm
Are you sure you include the related library files?

CodePudding user response:

TMainForm unit, to be added to the project,

CodePudding user response:

Try to set the file path to the project path
  • Related